Skip to content

Commit

Permalink
go/packages: remove scary warning on documentation
Browse files Browse the repository at this point in the history
Add a guarantee for breaking changes.

Change-Id: I7c176eb0c3a309ad187e3a33a645996e397d09be
Reviewed-on: https://go-review.googlesource.com/c/141684
Reviewed-by: Alan Donovan <adonovan@google.com>
  • Loading branch information
matloob committed Oct 15, 2018
1 parent 13ebad8 commit 4b6ee5f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions go/packages/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
/*
Package packages loads Go packages for inspection and analysis.
NOTE: THIS PACKAGE IS NOT YET READY FOR WIDESPREAD USE:
- The interface is still being revised and minor changes are likely.
- The implementation depends on the Go 1.11 go command;
support for earlier versions will be added soon.
- We intend to finalize the API before Go 1.11 is released.
Note: Though this package is ready for widespread use, we may make minor
breaking changes if absolutely necessary. Any such change will be
announced on golang-tools@ at least one week before it is committed. No
more breaking changes will be made after December 1, 2018.
The Load function takes as input a list of patterns and return a list of Package
structs describing individual packages matched by those patterns.
Expand Down

0 comments on commit 4b6ee5f

Please sign in to comment.