Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 201 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 201 Bytes

#gogin

go mod init
go run main.go

created db

createdb -h localhost -p 5432 -U rexy4 gogin --password

run with nodemon

nodemon --exec go run main.go --signal SIGTERM