2016-12-06 18:58:31 +01:00
|
|
|
// Copyright 2016 The Gitea Authors. All rights reserved.
|
|
|
|
// Use of this source code is governed by a MIT-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
2021-08-24 18:47:09 +02:00
|
|
|
//go:build bindata
|
2020-01-27 02:05:38 +01:00
|
|
|
|
2016-12-06 18:58:31 +01:00
|
|
|
package templates
|
|
|
|
|
2022-01-15 00:16:05 +01:00
|
|
|
//go:generate go run ../../build/generate-bindata.go ../../templates templates bindata.go true
|