dev.go 80 B

123456
  1. package nameRemote
  2. const (
  3. Dev_Register = "register"
  4. Dev_Auth = "auth"
  5. )