init.go 72 B

1234567
  1. package common
  2. func init() {
  3. initConfig()
  4. initMySQL()
  5. initRedis()
  6. }