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:
Alan Donovan 2018-12-04 13:36:50 -05:00
parent 47a17e0312
commit 65c3061cc9
1 changed files with 0 additions and 4 deletions

View File

@ -3,10 +3,6 @@
The analysis package defines the interface between a modular static The analysis package defines the interface between a modular static
analysis and an analysis driver program. analysis and an analysis driver program.
THIS INTERFACE IS EXPERIMENTAL AND SUBJECT TO CHANGE.
We aim to finalize it by November 2018.
Background Background
A static analysis is a function that inspects a package of Go code and A static analysis is a function that inspects a package of Go code and