1 Star 0 Fork 286

mrseven/gitea

forked from gitea/gitea 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.go 549 Bytes
一键复制 编辑 原始数据 按行查看 历史
晓光 提交于 2022-05-02 23:22 . Remove legacy \+build: constraint (#19582)
// Copyright 2020 The Gitea Authors. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
//go:build vendor
package main
// Libraries that are included to vendor utilities used during build.
// These libraries will not be included in a normal compilation.
import (
// for embed
_ "github.com/shurcooL/vfsgen"
// for cover merge
_ "golang.org/x/tools/cover"
// for vet
_ "code.gitea.io/gitea-vet"
// for swagger
_ "github.com/go-swagger/go-swagger/cmd/swagger"
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/uestcqxq/gitea.git
git@gitee.com:uestcqxq/gitea.git
uestcqxq
gitea
gitea
main

搜索帮助