Some checks are pending
Integration tests for the release process / release-simulation (push) Waiting to run
8 lines
225 B
Go
8 lines
225 B
Go
// Copyright 2016 The Gitea Authors. All rights reserved.
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
//go:build bindata
|
|
|
|
package templates
|
|
|
|
//go:generate go run ../../build/generate-bindata.go ../../templates templates bindata.go true
|