Lightweight, interpreted, object-oriented language with first-class functions
Go supplementary network libraries. | 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.8K | GitHub Stars 185 |
GitHub Forks 1.2K | GitHub Forks 19 |
Stacks 771 | Stacks 3 |
Followers 8 | 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 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.

Simple error handling primitives.