Fixing build

This commit is contained in:
Ralph Caraveo III 2015-04-22 21:11:01 -07:00
parent 3450846a36
commit 80678bca38
2 changed files with 6 additions and 7 deletions

BIN
.README.md.swp Normal file

Binary file not shown.

View File

@ -21,9 +21,9 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
- [Command Line](#command-line)
- [Configuration](#configuration)
- [CSS Preprocessors](#css-preprocessors)
- [Data Structures](#data-structures)
- [Database](#database)
- [Database Drivers](#database-drivers)
- [Data Structures](#data-structures)
- [Date & Time](#date--time)
- [Distributed Systems](#distributed-systems)
- [Email](#email)
@ -147,6 +147,11 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
* [gcss](https://github.com/yosssi/gcss) - Pure Go CSS Preprocessor.
## Data Structures
*Libraries that provide general and specialized data structures.*
* [golang-set](https://github.com/deckarep/golang-set) - Thread-Safe and Non-Thread-Safe high-performance sets for Go.
## Database
@ -224,12 +229,6 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
* [elastigo](https://github.com/mattbaird/elastigo) - A Elasticsearch client library.
* [goes](https://github.com/belogik/goes) - A library to interact with Elasticsearch.
## Data Structures
*Libraries that provide general and specialized data structures.*
* [golang-set](https://github.com/deckarep/golang-set) - Thread-Safe and Non-Thread-Safe high-performance sets for Go.
## Date & Time
*Libraries for working with dates and times.*