2016-12-06 11:58:31 -06:00
|
|
|
// Copyright 2016 The Gitea Authors. All rights reserved.
|
2022-11-27 12:20:29 -06:00
|
|
|
// SPDX-License-Identifier: MIT
|
2016-12-06 11:58:31 -06:00
|
|
|
|
2021-08-24 11:47:09 -05:00
|
|
|
//go:build bindata
|
2020-01-26 19:05:38 -06:00
|
|
|
|
2016-12-06 11:58:31 -06:00
|
|
|
package templates
|
|
|
|
|
2022-01-14 17:16:05 -06:00
|
|
|
//go:generate go run ../../build/generate-bindata.go ../../templates templates bindata.go true
|