``` 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 ```