mirror of
https://github.com/FiloSottile/age.git
synced 2026-09-19 14:34:21 +00:00
all: switch labels and intro to age-encryption.org/v1
This commit is contained in:
committed by
Filippo Valsorda
parent
c434eee6e8
commit
158b2ce899
+2
-5
@@ -202,9 +202,6 @@ func decrypt(keys []string, in io.Reader, out io.Writer) {
|
||||
|
||||
func logFatalf(format string, v ...interface{}) {
|
||||
_log.Printf(format, v...)
|
||||
_log.Printf("\n")
|
||||
_log.Printf(" *** Did age not do what you expected? ***")
|
||||
_log.Printf(" *** Could an error be more useful? ***")
|
||||
_log.Printf(" *** -> https://age-tool.com/report <- ***")
|
||||
_log.Fatalf("\n")
|
||||
_log.Fatalf("[ Did age not do what you expected? Could an error be more useful?" +
|
||||
" Tell us: https://filippo.io/age/report ]")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user