enter.go 90 B

123456
  1. package example
  2. type RouterGroup struct {
  3. CustomerRouter
  4. FileUploadAndDownloadRouter
  5. }