Add package comments to make the library and CLI more discoverable on godoc.org

Fixes #106
This commit is contained in:
xenolf 2016-02-08 01:59:03 +01:00
parent e4978657b2
commit da953623bf
2 changed files with 3 additions and 0 deletions

View file

@ -1,3 +1,4 @@
// Package acme implements the ACME protocol for Let's Encrypt and other conforming providers.
package acme
import (

2
cli.go
View file

@ -1,3 +1,5 @@
// Let's Encrypt client to go!
// CLI application for generating Let's Encrypt certificates using the ACME package.
package main
import (