From 767831d87cd5476c30dd57433762f0ccfc11c081 Mon Sep 17 00:00:00 2001 From: Donald Huang Date: Tue, 11 Aug 2015 21:22:03 +0000 Subject: [PATCH] move custom_analyzer to custom_analyzer package --- analysis/analyzers/custom_analyzer/custom_analyzer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis/analyzers/custom_analyzer/custom_analyzer.go b/analysis/analyzers/custom_analyzer/custom_analyzer.go index 6fbb9f43..42e28451 100644 --- a/analysis/analyzers/custom_analyzer/custom_analyzer.go +++ b/analysis/analyzers/custom_analyzer/custom_analyzer.go @@ -7,7 +7,7 @@ // either express or implied. See the License for the specific language governing permissions // and limitations under the License. -package standard_analyzer +package custom_analyzer import ( "fmt"