1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

code cleanup [2/5] - go vet

This commit is contained in:
Adriano
2019-07-08 09:47:18 -07:00
parent 87adc130eb
commit 3fc4b0a723

View File

@@ -31,7 +31,7 @@ type configuration struct {
AnEmptyValue string `json:"anEmptyValue"`
}
func Example_DecryptFile() {
func ExampleDecryptFile() {
var (
confPath string = "./example.json"
cfg configuration