Moved CUI category into proper place

This commit is contained in:
Matt Holt 2014-07-08 20:11:50 -06:00
parent 3710ca17f5
commit 3f5b116297

View File

@ -11,6 +11,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
- [Awesome Go](#awesome-go) - [Awesome Go](#awesome-go)
- [Audio](#audio) - [Audio](#audio)
- [Authentication & OAuth](#authentication--oauth) - [Authentication & OAuth](#authentication--oauth)
- [CUI](#cui)
- [Database](#database) - [Database](#database)
- [Database Drivers](#database-drivers) - [Database Drivers](#database-drivers)
- [Date & Time](#date--time) - [Date & Time](#date--time)
@ -20,7 +21,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
- [Game Development](#game-development) - [Game Development](#game-development)
- [Generation & generics](#generation--generics) - [Generation & generics](#generation--generics)
- [GUI](#gui) - [GUI](#gui)
- [CUI](#cui)
- [Images](#images) - [Images](#images)
- [Logging](#logging) - [Logging](#logging)
- [Machine Learning](#machine-learning) - [Machine Learning](#machine-learning)
@ -75,6 +75,13 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [osin](https://github.com/RangelReale/osin) - Golang OAuth2 server library. * [osin](https://github.com/RangelReale/osin) - Golang OAuth2 server library.
## CUI
*Libraries for building CUI Applications*
* [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.
## Database ## Database
@ -178,14 +185,6 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [ui](https://github.com/andlabs/ui) - Platform-native GUI library for Go. * [ui](https://github.com/andlabs/ui) - Platform-native GUI library for Go.
## CUI
*Libraries for building CUI Applications*
* [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.
## Images ## Images
*Libraries for manipulating images.* *Libraries for manipulating images.*