diff options
| author | Kurt <kurt.w.jung@gmail.com> | 2016-07-30 18:22:11 -0400 |
|---|---|---|
| committer | Kurt <kurt.w.jung@gmail.com> | 2016-07-30 18:22:11 -0400 |
| commit | d7e9d2acda2e7a04390acec86f67f4fa9d732fa9 (patch) | |
| tree | 3277fff01752fbf6017730046076d80d72d19459 /internal | |
| parent | f4bda32520aac828bf0c3880a41a97d5db968a7c (diff) | |
Check for error in ghostscript example
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/example/example_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/example/example_test.go b/internal/example/example_test.go index 8717d45..2765cc0 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 Example_ExampleFilename() { +func ExampleExample_Filename() { fileStr := example.Filename("example") example.Summary(errors.New("printer on fire"), fileStr) // Output: |
