blob: 29151cb3cbc42216dacf3f62ae09baff3be9e8fe (
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 options
//go:generate go run ../../build/generate-bindata.go ../../options options bindata.go
|