2016-12-06 23:28:31 +05:30
|
|
|
// 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.
|
|
|
|
|
2020-01-27 06:35:38 +05:30
|
|
|
//+build bindata
|
|
|
|
|
2016-12-06 23:28:31 +05:30
|
|
|
package templates
|
|
|
|
|
2020-01-27 06:35:38 +05:30
|
|
|
//go:generate go run -mod=vendor ../../scripts/generate-bindata.go ../../templates templates bindata.go
|