README.md fix + include godoc link

This commit is contained in:
xenolf 2015-10-19 01:02:44 +02:00
parent 0cd31861d3
commit 006242198b

View file

@ -1,6 +1,7 @@
# lego # lego
Let's Encrypt client and library in go! Let's Encrypt client and library in go!
[![GoDoc](https://godoc.org/github.com/xenolf/lego/acme?status.svg)](https://godoc.org/github.com/xenolf/lego/acme)
[![Build Status](https://travis-ci.org/xenolf/lego.svg?branch=master)](https://travis-ci.org/xenolf/lego) [![Build Status](https://travis-ci.org/xenolf/lego.svg?branch=master)](https://travis-ci.org/xenolf/lego)
This is a work in progress. Please do *NOT* run this on a production server. This is a work in progress. Please do *NOT* run this on a production server.
@ -108,7 +109,7 @@ if err != nil {
log.Fatal(err) log.Fatal(err)
} }
// Each certificate comes back with the cert bytes, the bytes of the server's // Each certificate comes back with the cert bytes, the bytes of the client's
// private key, and a certificate URL. This is where you should save them to files! // private key, and a certificate URL. This is where you should save them to files!
fmt.Printf("%#v\n", certificates) fmt.Printf("%#v\n", certificates)