Initial commit with sample app
This commit is contained in:
11
04-building-container-images/sample-app/api-golang/README.md
Normal file
11
04-building-container-images/sample-app/api-golang/README.md
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
```
|
||||
go mod init api-golang
|
||||
go get -u github.com/gin-gonic/gin
|
||||
go get -u github.com/lib/pq
|
||||
```
|
||||
|
||||
|
||||
```
|
||||
go run src/main.go
|
||||
```
|
||||
Reference in New Issue
Block a user