first commit
This commit is contained in:
2
bin/build.sh
Normal file
2
bin/build.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
go build -o ./payment ../cmd/main.go
|
||||
2
bin/start.sh
Normal file
2
bin/start.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#/bin/bash
|
||||
./payment
|
||||
Reference in New Issue
Block a user