summaryrefslogtreecommitdiff
path: root/cmd/goaes/commands/commands.go
diff options
context:
space:
mode:
authorLevi Durfee <levi.durfee@gmail.com>2026-01-07 14:09:15 -0500
committerLevi Durfee <levi.durfee@gmail.com>2026-01-07 14:11:00 -0500
commitfb6725c11a01ac6da64ff9c448e9ee405e16b485 (patch)
tree5260cea7a9329c491bcc6085fc594c98ff6c0300 /cmd/goaes/commands/commands.go
parentde1db90a04360ae99e0f93c3fca01e1e7713699e (diff)
Add more linters
Diffstat (limited to 'cmd/goaes/commands/commands.go')
-rw-r--r--cmd/goaes/commands/commands.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmd/goaes/commands/commands.go b/cmd/goaes/commands/commands.go
new file mode 100644
index 0000000..f7086a9
--- /dev/null
+++ b/cmd/goaes/commands/commands.go
@@ -0,0 +1,3 @@
+package commands
+
+const fileMode = 0600