mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
commit
bb54eaba9c
@ -131,6 +131,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
|
|||||||
* [color](https://github.com/fatih/color) - Versatile package for colored terminal output.
|
* [color](https://github.com/fatih/color) - Versatile package for colored terminal output.
|
||||||
* [go-colortext](https://github.com/daviddengcn/go-colortext) - Go library for color output in terminals.
|
* [go-colortext](https://github.com/daviddengcn/go-colortext) - Go library for color output in terminals.
|
||||||
* [termbox-go](https://github.com/nsf/termbox-go) - Termbox is a library for creating cross-platform text-based interfaces.
|
* [termbox-go](https://github.com/nsf/termbox-go) - Termbox is a library for creating cross-platform text-based interfaces.
|
||||||
|
* [termui](https://github.com/gizak/termui) - Go terminal dashboard based on [termbox-go](https://github.com/nsf/termbox-go) and inspired by [blessed-contrib](https://github.com/yaronn/blessed-contrib).
|
||||||
|
|
||||||
|
|
||||||
## Database
|
## Database
|
||||||
@ -577,6 +578,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
|
|||||||
* [coop](https://github.com/rakyll/coop) - Cheat sheet for some of the common concurrent flows in Go.
|
* [coop](https://github.com/rakyll/coop) - Cheat sheet for some of the common concurrent flows in Go.
|
||||||
* [delve](https://github.com/derekparker/delve) - Go debugger.
|
* [delve](https://github.com/derekparker/delve) - Go debugger.
|
||||||
* [fastlz](https://github.com/fromYukki/fastlz) - Wrap over [FastLz](http://fastlz.org/) (free, open-source, portable real-time compression library) for GoLang.
|
* [fastlz](https://github.com/fromYukki/fastlz) - Wrap over [FastLz](http://fastlz.org/) (free, open-source, portable real-time compression library) for GoLang.
|
||||||
|
* [goback](https://github.com/carlescere/goback) - Go simple exponential backoff package.
|
||||||
* [godropbox](https://github.com/dropbox/godropbox) - Common libraries for writing Go services/applications from Dropbox.
|
* [godropbox](https://github.com/dropbox/godropbox) - Common libraries for writing Go services/applications from Dropbox.
|
||||||
* [gopencils](https://github.com/bndr/gopencils) - Small and simple package to easily consume REST APIs.
|
* [gopencils](https://github.com/bndr/gopencils) - Small and simple package to easily consume REST APIs.
|
||||||
* [goplaceholder](https://github.com/michiwend/goplaceholder) - a small golang lib to generate placeholder images
|
* [goplaceholder](https://github.com/michiwend/goplaceholder) - a small golang lib to generate placeholder images
|
||||||
|
Loading…
Reference in New Issue
Block a user