diff options
author | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-07-25 14:24:35 +0200 |
---|---|---|
committer | Rasmus Dahlberg <rasmus@mullvad.net> | 2022-07-25 14:24:35 +0200 |
commit | 43d190d1ec5f1964a85e7b5befe1cde8ab3107d6 (patch) | |
tree | db81dbc46925481f50544372a1b90f0688b607d0 /cmd/sigsum/verify | |
parent | 722e48feb2aa85d8cb75069a06024e506367e34f (diff) |
sketch on overall usage message
Diffstat (limited to 'cmd/sigsum/verify')
-rw-r--r-- | cmd/sigsum/verify/main.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/sigsum/verify/main.go b/cmd/sigsum/verify/main.go new file mode 100644 index 0000000..1c43a4f --- /dev/null +++ b/cmd/sigsum/verify/main.go @@ -0,0 +1,7 @@ +package verify + +import "fmt" + +func Main(_ []string) error { + return fmt.Errorf("TODO") +} |