wx.go 82 B

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