mirror of
https://github.com/go-i2p/i2pkeys.git
synced 2025-06-09 09:32:58 -04:00
tweaks
This commit is contained in:
@ -62,7 +62,7 @@ func fileExists(filename string) (bool, error) {
|
||||
return !info.IsDir(), nil
|
||||
}
|
||||
|
||||
// LoadKeysIncompat loads keys from non-standard format
|
||||
// LoadKeysIncompat loads keys from a non-standard format
|
||||
func LoadKeysIncompat(r io.Reader) (I2PKeys, error) {
|
||||
log.Debug("Loading keys from reader")
|
||||
var buff bytes.Buffer
|
||||
|
Reference in New Issue
Block a user