tree: 934391ba6f4881bfa445415dce033d321c8a336e [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. order.go
  10. other_packages.go
  11. README.md
  12. splitting.go
  13. structs.go
  14. types.go
  15. variables.go
  16. 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