struct.go 67 B

12345
  1. package test_package
  2. type TestStruct struct {
  3. TestField string
  4. }