2020-01-27 06:35:38 +05:30
|
|
|
// Copyright 2020 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.
|
|
|
|
|
|
|
|
//+build bindata
|
|
|
|
|
|
|
|
package public
|
|
|
|
|
2020-04-04 00:59:12 +05:30
|
|
|
//go:generate go run -mod=vendor ../../build/generate-bindata.go ../../public public bindata.go
|