title lib/cnp-go content text fmt **cnp-go** is an implementation of the CNP protocol in the @@https://golang.org/ Go@@ programming language. It provides parsing and composition of CNP requests and responses. It also provides a simple implementation of a CNP client and server over TCP. It supports all CNP 0.4 features and can validate request and response parameter value contents. section Installation text fmt cnp-go requires @@https://golang.org/dl/ Go 1.8 or later@@. Install it with: raw sh go install contnet.org/lib/cnp-go@latest section Usage text fmt See @@https://godoc.org/contnet.org/lib/cnp-go documentation@@. section Source text fmt The cnp-go source code is available on @@https://git.clsr.net/contnet/cnp-go@@ site lib cnp-go links /spec/ Specifications /doc/ Documents /draft/ Drafts /lib/ Libraries /util/ Tools and utilities