intialial commit
This commit is contained in:
7
Taskfile.yaml
Normal file
7
Taskfile.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
version: "3"
|
||||
|
||||
tasks:
|
||||
run-webapp:
|
||||
cmds:
|
||||
- go build -o ./bin/webapp ./cmd/webapp
|
||||
- ./bin/webapp
|
||||
Reference in New Issue
Block a user