package ncmd import "git.noahlan.cn/noahlan/ntool/nstr" func decodeBytes(bs []byte) string { return nstr.ToGBKStrSafe(bs) }