From 3f5b11629799c58590e5642bd157a840d41f1d83 Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Tue, 8 Jul 2014 20:11:50 -0600 Subject: [PATCH] Moved CUI category into proper place --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 086f8979..4465fa24 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a - [Awesome Go](#awesome-go) - [Audio](#audio) - [Authentication & OAuth](#authentication--oauth) + - [CUI](#cui) - [Database](#database) - [Database Drivers](#database-drivers) - [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) - [Generation & ‘generics’](#generation--generics) - [GUI](#gui) - - [CUI](#cui) - [Images](#images) - [Logging](#logging) - [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. +## 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 @@ -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. -## 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 *Libraries for manipulating images.*