tree: 311a026528e266ace39f8a2f63ea436e6915fbec [path history] [tgz]
  1. exported_fields/
  2. basics.go
  3. README.md
  4. tests.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