Some checks are pending
Integration tests for the release process / release-simulation (push) Waiting to run
8 lines
161 B
Go
8 lines
161 B
Go
// Copyright 2023 The Gitea Authors. All rights reserved.
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
//go:build !bindata
|
|
|
|
package setting
|
|
|
|
const HasBuiltinBindata = false
|