main.go 111 B

12345678910
  1. package main
  2. import "test/routes"
  3. func main() {
  4. //fmt.Println("hello")
  5. //路由初始化
  6. routes.Init()
  7. }