This adds the go 1.11 directive to all of the modules in order to clearly mark they build and work with that version. Go 1.12 modified the tools such that tidy will automatically add the new version to modules that do not already have a directive and that would prevent builds on Go 1.11 through Go 1.11.3 which is not desirable. |
||
|---|---|---|
| .. | ||
| certgen_test.go | ||
| certgen.go | ||
| doc.go | ||
| go.mod | ||
| net_noop.go | ||
| net.go | ||
| README.md | ||
Certgen
Overview
This package currently contains a single function for creating a new TLS certificate key pair, typically used for encrypting RPC and websocket communications.
Installation and Updating
$ go get -u github.com/decred/dcrd/certgen
License
Package certgen is licensed under the copyfree ISC License.