blog/init

15 lines
307 B
Plaintext

# 需要go get的包
# Iris框架
go get github.com/kataras/iris/v12
# gorm
go get gorm.io/gorm
# gorm的sqlite驱动
go get github.com/glebarez/sqlite
# redis
go get github.com/redis/go-redis/v9
# map转struct
go get github.com/mitchellh/mapstructure
# 验证码
go get -u github.com/mojocn/base64Captcha