diff options
author | Gibheer <gibheer@gmail.com> | 2015-07-24 12:42:52 +0200 |
---|---|---|
committer | Gibheer <gibheer@gmail.com> | 2015-07-24 12:42:52 +0200 |
commit | 2aa1793bb55741adf2e59a9cc42186bf5eb644b5 (patch) | |
tree | a14b6be47355047b333f1ef822e340467acb4277 | |
parent | 616d43e8be63f41f34bfbb6e085d77b7f971057c (diff) |
add package documentation to main.go
-rw-r--r-- | main.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ package main +// This package builds a binary which helps to generate +// private keys, public keys, certificates and also +// includes functionality to sign and verify messages. + import ( "crypto" "encoding/base64" |