0
0
Fork 0

the documentation has to go above the package

This makes the documentation in the main.go readable on the godoc.org
website and through the godoc command.
This commit is contained in:
Gibheer 2015-07-24 12:44:43 +02:00
parent 2aa1793bb5
commit ebdfe46386
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,7 @@
// Handler to make management of subcommands easier.
package main
// Handler to make management of subcommands easier.
import (
"flag"
"fmt"

View File

@ -1,8 +1,7 @@
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.
package main
import (
"crypto"