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.

21 lines
159 B

4 years ago
4 years ago
4 years ago
4 years ago
  1. /*
  2. 测试文件
  3. */
  4. package main
  5. type MyTestr struct {
  6. Id int
  7. }
  8. type MyTestr2 struct {
  9. Id int
  10. }
  11. type MyTestr3 struct {
  12. Id int
  13. Mi int
  14. }
  15. func main() {
  16. }