Improved exit messaging

master
Ezekiel Grave 2019-12-12 10:48:01 -08:00
parent aefbcedc88
commit dfca1f44c5
1 changed files with 1 additions and 1 deletions

View File

@ -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)
} }