aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2017-05-02 23:27:21 +0200
committerDimitri Sokolyuk <demon@dim13.org>2017-05-02 23:27:21 +0200
commit555dfdcff6d56531d1f4e21f206314ef67c9c3b8 (patch)
treecc572152473182087b2dd25fe9f7c5f6b143724b /main.go
parenteb694a9ce162061a718bfa38e0e6d1f9a833e9f6 (diff)
cleanup
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/main.go b/main.go
index 48942bd..c26a914 100644
--- a/main.go
+++ b/main.go
@@ -1,13 +1,10 @@
package main
import (
- "errors"
"fmt"
"os"
)
-var ErrEZ = errors.New("can't combine -e and -z options")
-
func usage() {
fmt.Print("Usage:")
fmt.Println("\tsignify -C [-q] -p pubkey -x sigfile [file ...]")