We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb1c9d commit 20e2fb5Copy full SHA for 20e2fb5
keystore/file.go
@@ -30,7 +30,7 @@ func (f *FileStorage) PutEncryptedKeystore(ctx context.Context, encryptedKeystor
30
return writeFile(f.name, bytes.NewReader(encryptedKeystore))
31
}
32
33
-// Copied from https://github.com/natefinch/atomic/blob/master/atomic.go
+// The atomic write function below is from https://github.com/natefinch/atomic/blob/master/atomic.go under license:
34
// The MIT License (MIT)
35
//
36
// # Copyright (c) 2015 Nate Finch
0 commit comments