From f0c4fb26374b905ca6e5163fcb984d4a9b932b1d Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 30 Jul 2016 18:29:08 -0400 Subject: Change example test function name to comply with go vet --- internal/example/example_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal') diff --git a/internal/example/example_test.go b/internal/example/example_test.go index 2765cc0..a779650 100644 --- a/internal/example/example_test.go +++ b/internal/example/example_test.go @@ -23,7 +23,7 @@ import ( ) // Test the Filename() and Summary() functions. -func ExampleExample_Filename() { +func ExampleFilename() { fileStr := example.Filename("example") example.Summary(errors.New("printer on fire"), fileStr) // Output: -- cgit v1.2.1-24-ge1ad