Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
Ginkgo's Preferred Matcher Library. | 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. |
Statistics | |
GitHub Stars 2.0K | GitHub Stars 185 |
GitHub Forks 332 | GitHub Forks 19 |
Stacks 575 | Stacks 3 |
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.

Go supplementary cryptography libraries.

Simple error handling primitives.