이후 추가 기능은 private v2 로 진행 합니다.
프로젝트 루트 폴더에 config.json
파일 추가
{
"db": {
"user": "root", // string
"pass": "123456", // string
"host": "localhost", // string
"port": 3306, // uint16
"name": "editfolio" // fixed
},
"is_debug": true // boolean
}
# pwd
.../back-editfolio
# make init
# make generate
... process ...
# go run .
- google/wire - Compile-time Dependency Injection for Go
- go-playground/validator - About 💯Go Struct and Field validation, including Cross Field, Cross Struct, Map, Slice and Array diving
- swagger - Automatically generate RESTful API documentation with Swagger 2.0
- sirupsen/logrus - Structured, pluggable logging for Go.