package netAtSDK import ( "github.com/gogf/gf/text/gstr" "testing" ) func startTestServer() { } func TestNetATClient(t *testing.T) { str := "+POLLSTR13: 0,0,\"0D\"" index := gstr.Pos(str, ": ") t.Log(index) t.Log(str[index+1:]) }