tweaks
This commit is contained in:
@ -62,7 +62,7 @@ func fileExists(filename string) (bool, error) {
|
|||||||
return !info.IsDir(), nil
|
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) {
|
func LoadKeysIncompat(r io.Reader) (I2PKeys, error) {
|
||||||
log.Debug("Loading keys from reader")
|
log.Debug("Loading keys from reader")
|
||||||
var buff bytes.Buffer
|
var buff bytes.Buffer
|
||||||
|
Reference in New Issue
Block a user