1 Star 0 Fork 288

HomeryLeetcode_StdRmesPCLass.0/gitea

forked from gitea/gitea 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
build.go 478 Bytes
Copy Edit Raw Blame History
// Copyright 2020 The Gitea Authors. All rights reserved.
// SPDX-License-Identifier: MIT
//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/homery-anew-boriyer/gitea.git
git@gitee.com:homery-anew-boriyer/gitea.git
homery-anew-boriyer
gitea
gitea
main

Search

23e8dbc6 1850385 7e0993f3 1850385