aboutsummaryrefslogtreecommitdiff
path: root/go/packages/doc.go
diff options
context:
space:
mode:
authorfREW Schmidt <github@frew.co>2018-12-20 06:25:32 +0000
committerMichael Matloob <matloob@golang.org>2019-01-08 19:38:35 +0000
commite8d59ebc6619940c261d32f0095b5f1235eeb8fe (patch)
tree0a1e9ecf876c0ef74dd9d9a9b5f22f77b29cc120 /go/packages/doc.go
parent5e40c1c23643177c876c1dd087b8a700bac4cf57 (diff)
downloadgolang-x-tools-e8d59ebc6619940c261d32f0095b5f1235eeb8fe.tar.gz
Remove warning stability warning
December 1, 2018 has come and gone. If the timeframe should change that's fine; feel free to reject this and just update the date. Change-Id: If6aaee30340ee0bfde7e578e054c5b8bc910a5b9 GitHub-Last-Rev: ec781ca1374a010168bc4a457d2ea5d0c023f8dc GitHub-Pull-Request: golang/tools#64 Reviewed-on: https://go-review.googlesource.com/c/155237 Reviewed-by: Michael Matloob <matloob@golang.org>
Diffstat (limited to 'go/packages/doc.go')
-rw-r--r--go/packages/doc.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/go/packages/doc.go b/go/packages/doc.go
index c8782cb2a..0ec0fab24 100644
--- a/go/packages/doc.go
+++ b/go/packages/doc.go
@@ -5,11 +5,6 @@
/*
Package packages loads Go packages for inspection and analysis.
-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.
The LoadMode controls the amount of detail in the loaded packages.