tree: 90c0595620ac444a65c4a3f2f030b2ed5aac45b5 [path history] [tgz]
  1. exported_fields/
  2. aliases.go
  3. basics.go
  4. constants.go
  5. functions.go
  6. generics.go
  7. method_sets.go
  8. multi_levels.go
  9. other_packages.go
  10. README.md
  11. splitting.go
  12. structs.go
  13. types.go
  14. variables.go
  15. whole.go
apidiff/testdata/README.md

The .go files in this directory are split into two packages, old and new. They are syntactically valid Go so that gofmt can process them.

If a comment begins with:  Then:
old                        write subsequent lines to the "old" package
new                        write subsequent lines to the "new" package
both                       write subsequent lines to both packages
c                          expect a compatible error with the following text
i                          expect an incompatible error with the following text