aboutsummaryrefslogtreecommitdiffstats
path: root/enc.go
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-11-11 11:43:11 -0800
committerRose Hogenson <rosehogenson@posteo.net>2025-11-11 11:43:11 -0800
commit3b1839e979b843ed5c305970d3e5c61816f06a31 (patch)
treed1c8fc7aae799e5d2643fd37b2a9be75f5fb7f11 /enc.go
parentbd8bb1246cdad558fca64fdcf6af343905746e29 (diff)
downloadsym-main.tar.zst
Add some comments and fix gofmtHEADmain
Diffstat (limited to 'enc.go')
-rw-r--r--enc.go2
1 files changed, 1 insertions, 1 deletions
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]...