学习 Golang 的大乱炖。
- gorilla/mux -
go get -u github.com/gorilla/mux
- gorilla/sessions
- testify -
go get github.com/stretchr/testify
- air -
go install github.com/cosmtrek/air@latest
- [gorm] -
go get -u gorm.io/gorm
,go get -u gorm.io/driver/mysql
- Bootstrap
- thedevsaddam/govalidator
- crypto/bcrypt
- spf13/viper
- mojocn/base64Captcha