diff --git a/go/analysis/doc.go b/go/analysis/doc.go index 5dee6151..f925849a 100644 --- a/go/analysis/doc.go +++ b/go/analysis/doc.go @@ -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