cmd/age: add -i and -o flags

This commit is contained in:
Filippo Valsorda
2019-10-14 21:04:21 -04:00
parent 2a0aef5803
commit a5bf40786d
2 changed files with 40 additions and 15 deletions

View File

@@ -178,7 +178,6 @@ func (w *Writer) Write(p []byte) (n int, err error) {
}
func (w *Writer) Close() error {
// TODO: close w.dst if it can be interface upgraded to io.Closer.
if w.err != nil {
return w.err
}