use stdout

This commit is contained in:
Niklas 2019-11-04 21:31:33 +01:00
parent 7a6c0df33a
commit 4367c60025
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ func encryptEML(eml string, armoredKeyRing *string) {
log.Fatal(err)
}
log.Println(b.String())
fmt.Print(b.String())
}
func main() {