Ver Fonte

Merge remote-tracking branch 'origin/master'

LingxinMeng há 10 meses atrás
pai
commit
cd2fe6802f

+ 7 - 0
test/context_test.go

@@ -0,0 +1,7 @@
+package test
+
+import "testing"
+
+func TestContest(t *testing.T) {
+
+}

+ 1 - 1
trigger/pjisuv/cicv_location/FindTrafficLight/main/FindTrafficLight.go

@@ -10,7 +10,7 @@ func Topic() string {
 	return "/cicv_location"
 }
 
-// Label todo 禁止存在下划线_
+// todo 禁止存在下划线_
 func Label() string {
 	return "FindTrafficLight"
 }