terraform-provider-docker/vendor/github.com/Nvveen/Gotty
Manuel Vogel 656c8a8c2f
Feat/swarm 1 update deps (#37)
* Removed id attribute of the network resource.
* Update dependencies. Mainly `go-dockerclient`
2018-01-24 09:31:23 +01:00
..
attributes.go Feat/swarm 1 update deps (#37) 2018-01-24 09:31:23 +01:00
gotty.go Feat/swarm 1 update deps (#37) 2018-01-24 09:31:23 +01:00
LICENSE Feat/swarm 1 update deps (#37) 2018-01-24 09:31:23 +01:00
parser.go Feat/swarm 1 update deps (#37) 2018-01-24 09:31:23 +01:00
README Feat/swarm 1 update deps (#37) 2018-01-24 09:31:23 +01:00
TODO Feat/swarm 1 update deps (#37) 2018-01-24 09:31:23 +01:00
types.go Feat/swarm 1 update deps (#37) 2018-01-24 09:31:23 +01:00

Gotty is a library written in Go that determines and reads termcap database
files to produce an interface for interacting with the capabilities of a
terminal.
See the godoc documentation or the source code for more information about
function usage.