init.go 45 B

12345
  1. package initial
  2. func Init() {
  3. InitSql()
  4. }