diff --git a/decrypt/example_test.go b/decrypt/example_test.go index ad5c9e0a1..004e11130 100644 --- a/decrypt/example_test.go +++ b/decrypt/example_test.go @@ -31,7 +31,7 @@ type configuration struct { AnEmptyValue string `json:"anEmptyValue"` } -func Example_DecryptFile() { +func ExampleDecryptFile() { var ( confPath string = "./example.json" cfg configuration