You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
122 B

4 years ago
4 years ago
  1. package main
  2. type MyTestr struct {
  3. Id int
  4. }
  5. type MyTestr2 struct {
  6. Id int
  7. }
  8. type MyTestr3 struct {
  9. Id int
  10. Mi int
  11. }