added basic commands

This commit is contained in:
2020-12-26 22:15:17 +04:00
parent 47f044381c
commit f82ca62038
3 changed files with 34 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
build:
go build -o bin/main main.go
go build -o bin/main *.go
run:
go run main.go