consts.go 55 B

12345
  1. package consts
  2. const (
  3. TEST_DOMAIN = "test.domain"
  4. )