From 3b1839e979b843ed5c305970d3e5c61816f06a31 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Tue, 11 Nov 2025 11:43:11 -0800 Subject: Add some comments and fix gofmt --- enc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'enc.go') diff --git a/enc.go b/enc.go index 898fc10..f50665d 100644 --- a/enc.go +++ b/enc.go @@ -26,7 +26,7 @@ type encCmd struct { stdout io.Writer } -func (*encCmd) Name() string { return "enc" } +func (*encCmd) Name() string { return "enc" } func (*encCmd) Synopsis() string { return "encrypt" } func (*encCmd) Usage() string { return `usage: sym enc [OPTION]... [FILE]... -- cgit v1.3.1