Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
Go-tty Simple tty utility Usage ```go tty, err := tty.Open() if err != nil { log.Fatal(err) } defer tty.Close() for { r, err := tty.ReadRune() if err != nil { log.Fatal(err) } // handle key event } ``` if you are on windows and want to display ANSI colors, use go-colorable. | A universal mechanism to manage goroutine lifecycles. |
Statistics | |
GitHub Stars 185 | GitHub Stars 1.4K |
GitHub Forks 19 | GitHub Forks 75 |
Stacks 3 | Stacks 297 |
Followers 0 | Followers 0 |
Votes 0 | Votes 0 |

Google Cloud Client Libraries for Go.

Go support for Google's protocol buffers.

Cloudflare This package provides the package which offers an interface to the CloudFlare gAPI.

Go supplementary network libraries.

Go packages for low-level interaction with the operating system.

Cross-platform file system notifications for Go.

AWS SDK for the Go programming language.

Go text processing support.

Ginkgo's Preferred Matcher Library.

Go supplementary cryptography libraries.