structure improvements, added makefile
This commit is contained in:
parent
133744eb16
commit
2f74e51a9d
3
.gitignore
vendored
3
.gitignore
vendored
@ -21,6 +21,9 @@
|
||||
go.work
|
||||
go.work.sum
|
||||
|
||||
# Binary dir
|
||||
.build/
|
||||
|
||||
# env file
|
||||
.env
|
||||
|
||||
|
||||
4
makefile
Normal file
4
makefile
Normal file
@ -0,0 +1,4 @@
|
||||
all: release
|
||||
|
||||
release:
|
||||
go build -o ./.build/release/backend main.go
|
||||
Loading…
x
Reference in New Issue
Block a user