From 65c3061cc97bab2988b6ac9a942120c468747220 Mon Sep 17 00:00:00 2001 From: Alan Donovan Date: Tue, 4 Dec 2018 13:36:50 -0500 Subject: [PATCH] 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 --- go/analysis/doc.go | 4 ---- 1 file changed, 4 deletions(-) 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