user.go 95 B

1234567
  1. package controller
  2. var User = new(FundController)
  3. type UserController struct {
  4. Controller
  5. }