Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 181 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 181 Bytes

golang-app-demo

how to develop

go run cmd/sample/main.go

binary file

go build -o bin/sample cmd/sample/main.go

docker

docker build .