forked from TrueCloudLab/lego
Add package comments to make the library and CLI more discoverable on godoc.org
Fixes #106
This commit is contained in:
parent
e4978657b2
commit
da953623bf
2 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
// Package acme implements the ACME protocol for Let's Encrypt and other conforming providers.
|
||||||
package acme
|
package acme
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
2
cli.go
2
cli.go
|
@ -1,3 +1,5 @@
|
||||||
|
// Let's Encrypt client to go!
|
||||||
|
// CLI application for generating Let's Encrypt certificates using the ACME package.
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in a new issue