aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGibheer <gibheer@gmail.com>2015-03-22 20:03:12 +0100
committerGibheer <gibheer@gmail.com>2015-03-22 20:03:12 +0100
commit97baed49b85761e96562d259db2624eba43d91df (patch)
tree2c10ef4465a36b9000d687c3b8a9d016349b781c
parentd983dbae543f93bf1c0019af1f24c11d4a1840ff (diff)
remove unused import
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index 7764d69..42ecc92 100644
--- a/main.go
+++ b/main.go
@@ -8,7 +8,6 @@ import (
"io/ioutil"
"math/big"
"os"
-// "path/filepath"
"github.com/gibheer/pki"
)