Dmitry Panov пре 5 година
родитељ
комит
28cf031cb8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      object_goreflect_test.go

+ 1 - 1
object_goreflect_test.go

@@ -1089,7 +1089,7 @@ func TestGoReflectSymbols(t *testing.T) {
 }
 
 func TestGoReflectSymbolEqualityQuirk(t *testing.T) {
-	type Field struct{
+	type Field struct {
 	}
 	type S struct {
 		Field *Field