amcp is a Go client implementation of the Advanced Media Control Protocol (AMCP) mainly used with CasparCG Server.
Install using the "go get" command:
go get github.com/sean-callahan/amcp
This package only relies on the Go standard library.
This package is available under the MIT License