mirror of
https://github.com/FiloSottile/age.git
synced 2025-12-23 05:25:14 +00:00
cmd/age: add -i and -o flags
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user