访客登记
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
visitor/go.mod

9 lines
168 B

module vistor
go 1.15
require (
github.com/gogf/gf/contrib/drivers/mysql/v2 v2.5.6
github.com/gogf/gf/contrib/nosql/redis/v2 v2.5.7
github.com/gogf/gf/v2 v2.5.7
)