golang.org/x/build@v0.0.0-20240506185731-218518f32b70/relnote/testdata/checkAPIFile/fail.txt (about)

     1  errors:
     2  - foo/123.md does not exist
     3  - bar/123.md does, but doesn't have the right content.
     4  -- api.txt --
     5  pkg foo, type T #123
     6  pkg bar, type T #123
     7  -- 7-stdlib/99-minor/bar/123.md --
     8  Not a sentence
     9  -- want --
    10  doc/next/7-stdlib/99-minor/bar/123.md: File must contain a complete sentence or a TODO.
    11  See doc/README.md for more information.
    12  doc/next/7-stdlib/99-minor/foo/123.md: File does not exist. Every API change must have a corresponding release note file.
    13  See doc/README.md for more information.