Some checks are pending
Integration tests for the release process / release-simulation (push) Waiting to run
8 lines
214 B
Go
8 lines
214 B
Go
// 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
|