Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

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