diff --git a/test.go b/test.go index 29333ea..f0fbd5b 100644 --- a/test.go +++ b/test.go @@ -3,4 +3,5 @@ package test type TestStruct struct { A int B string + C float64 }