Skip to content

Commit

Permalink
依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
togettoyou committed Jan 23, 2025
1 parent c36a81f commit b7411fc
Show file tree
Hide file tree
Showing 1,925 changed files with 1,055,347 additions and 4 deletions.
8 changes: 4 additions & 4 deletions server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ TARGET=$(out)

# 执行make命令时所执行的所有命令
all: clean
go build -v -o ${BINARY_NAME} cmd/server/main.go
go build -v -o ${BINARY_NAME} -mod=vendor cmd/server/main.go

docs: clean
go build -tags "docs" -v -o ${BINARY_NAME} cmd/server/main.go
go build -tags "docs" -v -o ${BINARY_NAME} -mod=vendor cmd/server/main.go

# 交叉编译linux amd64版本
linux: clean
GOOS=linux GOARCH=amd64 go build -v -o ${BINARY_NAME} cmd/server/main.go
GOOS=linux GOARCH=amd64 go build -v -o ${BINARY_NAME} -mod=vendor cmd/server/main.go

linux-docs: clean
GOOS=linux GOARCH=amd64 go build -tags "docs" -v -o ${BINARY_NAME} cmd/server/main.go
GOOS=linux GOARCH=amd64 go build -tags "docs" -v -o ${BINARY_NAME} -mod=vendor cmd/server/main.go

# 编译生成docker镜像
docker:
Expand Down
16 changes: 16 additions & 0 deletions server/vendor/github.com/KyleBanks/depth/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions server/vendor/github.com/KyleBanks/depth/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions server/vendor/github.com/KyleBanks/depth/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 32 additions & 0 deletions server/vendor/github.com/KyleBanks/depth/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

232 changes: 232 additions & 0 deletions server/vendor/github.com/KyleBanks/depth/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b7411fc

Please sign in to comment.