feat: update list view
This commit is contained in:
1
backend/.gitignore
vendored
1
backend/.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
bin/*
|
||||
vendor/
|
||||
__debug_bin*
|
||||
backend
|
||||
|
||||
@@ -17,7 +17,7 @@ dist:
|
||||
|
||||
.PHONY: release
|
||||
release:
|
||||
@go build -ldflags=${flags} -o bin/release/atom
|
||||
@CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o bin/release/app .
|
||||
@cp config.toml bin/release/
|
||||
|
||||
.PHONY: test
|
||||
@@ -47,4 +47,4 @@ mdown:
|
||||
|
||||
.PHONY: model
|
||||
model:
|
||||
go test -run ^Test_GenModel
|
||||
go test -run ^Test_GenModel
|
||||
|
||||
Reference in New Issue
Block a user