blob: 6f1d3cf5395903eb8a4e96bda147ee08f66e89c5 (
plain)
1
2
3
4
5
6
7
8
|
// Copyright 2016 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
//go:build bindata
package templates
//go:generate go run ../../build/generate-bindata.go ../../templates templates bindata.go true
|