go/analysis: remove "experimental" warning
The interface is now stable. Change-Id: I7dc3feb70131cddb003f9320272a0fbd9b314048 Reviewed-on: https://go-review.googlesource.com/c/152597 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
47a17e0312
commit
65c3061cc9
|
@ -3,10 +3,6 @@
|
|||
The analysis package defines the interface between a modular static
|
||||
analysis and an analysis driver program.
|
||||
|
||||
|
||||
THIS INTERFACE IS EXPERIMENTAL AND SUBJECT TO CHANGE.
|
||||
We aim to finalize it by November 2018.
|
||||
|
||||
Background
|
||||
|
||||
A static analysis is a function that inspects a package of Go code and
|
||||
|
|
Loading…
Reference in New Issue