tt.go 80 B

1234567
  1. //go:build dyserver
  2. package constants
  3. func IsDyServer() bool {
  4. return true
  5. }