package bitget import "strings" func toGlobalSymbol(s string) string { return strings.ToUpper(s) }