Improved exit messaging
parent
aefbcedc88
commit
dfca1f44c5
|
@ -68,6 +68,6 @@ func main() {
|
||||||
); err != nil {
|
); err != nil {
|
||||||
log.Fatalln(err)
|
log.Fatalln(err)
|
||||||
}
|
}
|
||||||
b2.WriteString("pass paste complete")
|
b2.WriteString("password paste complete\n")
|
||||||
io.Copy(os.Stdout, &b2)
|
io.Copy(os.Stdout, &b2)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue