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