2016-12-06 23:28:31 +05:30
|
|
|
// Copyright 2016 The Gitea Authors. All rights reserved.
|
2022-11-27 23:50:29 +05:30
|
|
|
// SPDX-License-Identifier: MIT
|
2016-12-06 23:28:31 +05:30
|
|
|
|
2021-08-24 22:17:09 +05:30
|
|
|
//go:build bindata
|
2020-01-27 06:35:38 +05:30
|
|
|
|
2016-12-06 23:28:31 +05:30
|
|
|
package templates
|
|
|
|
|
2022-01-15 04:46:05 +05:30
|
|
|
//go:generate go run ../../build/generate-bindata.go ../../templates templates bindata.go true
|