Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 906 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 906 Bytes

go_learning_project

install:

go get -u github.com/gin-gonic/gin
go get -u github.com/jinzhu/gorm
go get -u github.com/swaggo/swag/cmd/swag
go get -u github.com/swaggo/gin-swagger
go get -u github.com/swaggo/gin-swagger/swaggerFiles

create file "conf.json" in the root of the project for the database settings:

{
    "Server": "",
    "Port": 1433,
    "User": "",
    "Pass": "",
    "Database": ""
}