Carlos Alexandro Becker
5ad2d7cf31
Update README.md
2017-02-07 17:38:06 -02:00
Carlos Alexandro Becker
e99eaa9da4
Update README.md
2017-02-07 17:34:14 -02:00
Carlos Alexandro Becker
39c5bcd0df
added goreleaser
2017-02-07 16:39:41 -02:00
Dmitri Shuralyov
f98936746f
Remove unneeded trailing slash.
2017-02-04 22:25:57 -05:00
Dave Brophy
60b465767c
Add arbitrary to description
2017-02-04 21:09:34 +01:00
Dave Brophy
1f893183b2
Description caps
2017-02-04 21:08:00 +01:00
Dave Brophy
6361b59f58
Update description
2017-02-04 21:07:10 +01:00
Dave Brophy
9bfa3fb2dc
Add Jennifer to code generation category
2017-02-04 11:40:29 +01:00
Kirill Danshin
13b0ef1496
Merge pull request #1278 from stefanbuck/patch-2
...
Add OctoLinker browser extension
2017-02-01 19:15:09 +03:00
Nick Klauer
a60023c5a1
Remove indentation for github_flavored_markdown. ( #1277 )
...
Mention that github_flavored_markdown uses blackfriday,
since it's no longer indented under it.
Also make indentation consistent (4 spaces) for another
indented line.
2017-01-31 10:19:25 -05:00
Stefan Buck
a46dcf1052
Add OctoLinker browser extension
...
[github.com/OctoLinker/browser-extension](https://github.com/OctoLinker/browser-extension )
Navigate through projects on GitHub.com efficiently with the OctoLinker browser extension.
Most projects consist of many files and third party dependencies. Files are referencing other files and / or dependencies by language specific statements like `import` or `require`. OctoLinker makes these references clickable. No more copy and search.
## Demo
![go](https://cloud.githubusercontent.com/assets/1393946/22407848/b89859ae-e66e-11e6-8ade-bb0e79def3ed.gif )
2017-01-29 22:53:39 +01:00
Ivan Krutov
f5b46cb4c8
Added link to ggr server
2017-01-28 21:30:37 +03:00
Kirill Danshin
91ba2aa505
Merge pull request #1196 from adam-hanna/master
...
added new jwt library
2017-01-27 22:03:19 +03:00
Kirill Danshin
c612797dcb
Merge pull request #1265 from alessandroleite/master
...
Include gota and Go Cheat Sheet
2017-01-27 12:27:10 +03:00
Kirill Danshin
94fd906aa0
Merge pull request #1273 from avelino/add-unconvert-tool
...
Add unconvert tool.
2017-01-27 12:26:12 +03:00
Devinsuit
a880a66ebe
Update broken links
2017-01-27 12:11:58 +03:00
Dmitri Shuralyov
e818617435
Add unconvert tool.
...
The unconvert program analyzes Go packages to identify unnecessary
type conversions; i.e., expressions T(x) where x already has type T.
2017-01-26 14:50:31 -05:00
Alessandro Leite
cf9a2bcf1a
Remove an 'e' before the description of the gota's entry
2017-01-26 20:49:53 +01:00
Alessandro Leite
f3a0755080
Merge branch 'master' of https://github.com/avelino/awesome-go
2017-01-26 20:38:51 +01:00
Steve Yen
1503c5d434
added https://github.com/couchbase/moss
2017-01-26 09:36:21 -08:00
Dmitri Shuralyov
0142da3af0
Add staticcheck, gosimple, unused code analysis tools. ( #1271 )
...
staticcheck is go vet on steroids, applying a ton of static analysis checks you might be used to from tools like ReSharper for C#.
gosimple is a linter for Go source code that specialises on simplifying code.
unused checks Go code for unused constants, variables, functions and types.
2017-01-26 00:10:40 -02:00
Florent Messa
4edb1d4dfa
Add go-funk utility library ( #1256 )
2017-01-26 00:09:09 -02:00
Nikolay Pavlovich
94773fee2f
add govkbot ( #1270 )
2017-01-24 20:36:56 -02:00
Kirill Danshin
9ddc35a2f4
Merge pull request #1269 from ralphtheninja/master
...
Add traefik, reverse-proxy and load balancer
2017-01-23 22:39:19 +03:00
Maksym
8bf9b9b08d
Add logdump package ( #1261 )
2017-01-23 17:10:44 -02:00
Alessandro Leite
2abf3731c1
Fix the problem with the alphabetical order
2017-01-23 20:05:20 +01:00
Lars-Magnus Skog
6e49a9f6ab
Add traefik, reverse-proxy and load balancer
2017-01-23 15:33:20 +01:00
Alessandro Leite
aba1a6d769
Include gota and Go Cheat Sheet
...
* gota is an implementation of dataframes in Go
* Go Cheat Sheet is a reference card of Go
2017-01-19 21:18:01 +01:00
Bo-Yi Wu
bc3434bb6a
Add trigger Jenkins job tool. ( #1264 )
...
* Add trigger Jenkins job tool.
You can trigger downstream Jenkins jobs from Drone CI server or command line.
* Fix alphabetical
2017-01-18 11:58:35 -02:00
Kirill Danshin
52aeb71ad0
Merge pull request #1255 from olebedev/telegram-api-lib
...
Add go-tgbot api/router library
2017-01-16 23:48:54 +04:00
Kirill Danshin
4853b9fbcc
Merge pull request #1254 from olebedev/when
...
Add `when` NLP library
2017-01-16 23:48:40 +04:00
Hardik Bagdi
2a64f1735c
Add spf13's pflag library
2017-01-16 12:09:15 -05:00
Kamil Samigullin
5cbae489c1
Add semaphore pattern implementation. ( #1257 )
...
Semaphore pattern implementation with timeout of lock/unlock operations based on channel and context.
2017-01-15 21:22:47 -05:00
Dmitri Shuralyov
19a998f2fe
Update mini URL to actively maintained fork.
...
According to the project's README:
fogcreek/mini is no longer actively maintained.
The new official fork can be found at https://github.com/sasbury/mini .
Fixes #1259 .
2017-01-14 22:31:41 -05:00
Mark Bates
c353d1b9d2
fixed alphabetical order
2017-01-13 10:18:38 -05:00
Mark Bates
0128d8192a
only add pop once
2017-01-13 09:38:28 -05:00
Mark Bates
73b7062ce9
Added buffalo, pop, soda, and velvet to the list
2017-01-13 09:07:13 -05:00
Vladimir Mihailenco
98747ad53d
Add go-pg ( #1204 )
2017-01-13 16:54:24 +04:00
olebedev
207dc45a51
Add go-tgbot api/router library
2017-01-12 16:10:41 +05:00
olebedev
0257b043d9
Add when NLP library
2017-01-12 15:59:10 +05:00
xfx.dev
4e47e038ee
Add xtcp library. ( #1253 )
...
A TCP Server Framework with simultaneous full duplex communication,graceful shutdown,custom protocol.
2017-01-11 22:47:38 -05:00
xfx.dev
7ca60a8d64
add xlog library. ( #1250 )
2017-01-09 08:55:08 +03:00
Ondrej Fabry
1fe58347ce
Add "go-callvis" program to Go Tools section. ( #1251 )
...
go-callvis is a development tool to help visualize call graph of your Go program using Graphviz's dot format.
2017-01-07 13:15:09 -05:00
Bo-Yi Wu
c96dc58cd6
Add drone-scp tool ( #1249 )
2017-01-07 13:52:52 +03:00
Ahmet Alp Balkan
b189446b2c
Add rakyll/statik
2017-01-06 14:01:45 -08:00
Andrew Minkin
f75e32c56b
Added fcm library ( #1247 )
...
* Added fcm library
* Fixed Alphabetical order
2017-01-06 16:02:39 +03:00
Adam Hanna
4759d56550
fixed a typo
2017-01-05 10:52:45 -07:00
Adam Hanna
51dbe65350
pulled repo and updated with new changes
2017-01-05 10:26:36 -07:00
emersion
fed98fbaf9
Adds go-message
2017-01-03 16:37:22 +01:00
Ri Xu
9bec8019fe
Add new: aurora
2017-01-01 17:46:57 +08:00
Thiago Avelino
9da98b9381
Merge pull request #1243 from claygod/master
...
Added framework `Microservice`
2016-12-30 18:00:03 -02:00
Eduard
fb5a92486b
Added framework Microservice
...
Adding a framework for the creation of microservices
2016-12-29 12:50:56 +03:00
Bo-Yi Wu
6f9d7cd077
Add application of Line notification
2016-12-29 13:32:24 +08:00
James Polera
97d2dab23a
Add polera/publicip
2016-12-28 15:08:52 -05:00
Kristian Spriggs
43230b0421
Add go-twitch library. ( #1239 )
...
Go client for interacting with the Twitch v3 API.
2016-12-27 15:58:16 -05:00
Hajime Hoshi
698e994214
Fix a word in Ebiten explanation
2016-12-28 00:41:30 +09:00
Tobias Wellnitz
aecbd4e7e7
added gosamplerate ( #1238 )
2016-12-26 21:03:24 +03:00
Slava
24f1aa3231
Add sflags library ( #1237 )
2016-12-25 18:47:12 +03:00
Maxim Lebedev
b5132db1f8
Added telegraph library ( #1236 )
2016-12-25 00:03:48 +03:00
Chris Lu
3b1cb4484d
add Gleam ( #1156 )
...
* add Gleam
* Update README.md
* Update README.md
2016-12-24 13:54:43 +03:00
Thiago Avelino
acec77aa39
Merge pull request #1234 from yanzay/master
...
Add tbot - Telegram Bot Server
2016-12-23 15:36:47 -02:00
Ri Xu
550ab2d695
Add excelize. ( #1235 )
...
Library for reading and writing Microsoft Excel (XLSX) files.
2016-12-22 21:20:33 -05:00
Alexey Grachov
5767867036
Add tbot.
2016-12-21 13:14:32 +02:00
Fernando Alvarez
3eae75a230
Add piladb database
2016-12-21 04:14:03 +01:00
Abdullah Obaied
0b8cbeb35d
Add RAKE.go to NLP section ( #1229 )
2016-12-20 12:45:35 +02:00
Hauke Löffler
95c9bebb30
Add github.com/gliderlabs/ssh. ( #1231 )
...
Go package that wraps the crypto/ssh package with a higher-level API for building SSH servers.
2016-12-19 19:38:08 -05:00
Philip O'Toole
bd09c40dd6
Updated the description for rqlite
...
rqlite has broadened its goals, and this description is a better fit.
I am the creator of rqlite.
2016-12-17 15:08:05 -08:00
Claudemiro
77ef4f0322
Adding Darwin
2016-12-16 00:18:49 -02:00
Everton Marques
67d0f3a3d3
Added github.com/udhos/jazigo
2016-12-15 10:38:44 -02:00
Dmitri Shuralyov
b9ad39eb9e
Improve Markdown formatting.
...
Helps #1224 .
2016-12-14 20:14:08 -05:00
Arthur Silva
97c128b96e
add xml-comp
2016-12-14 18:52:30 -02:00
Денис Телюх
ada9c9aeb8
Add Azul3D game engine. ( #1220 )
2016-12-14 12:02:19 -05:00
Vishal Rana
ddbade8cea
Update description for Echo. ( #1216 )
...
Signed-off-by: Vishal Rana <vr@labstack.com>
2016-12-12 15:40:15 -05:00
lucapette
eb09395f46
Fix tiny typo
...
I found a small typo while reading this awesome readme. Thank you for your work!
2016-12-11 18:49:09 +01:00
vCaesar
95e9b5f8a9
Update explain
2016-12-09 02:47:43 +08:00
vCaesar
fe2e82a070
Update explain
2016-12-09 02:44:14 +08:00
vCaesar
90d019c648
Add Robotgo
2016-12-09 02:31:18 +08:00
Cale Hoopes
797bca09e6
Add Rye middleware library
2016-12-08 10:26:34 -08:00
Cesar Gimenes
abcbdf540a
Add pREST
...
Add pREST a RESTful API for any PostgreSQL database.
2016-12-08 10:09:01 -02:00
KZ
e95eafb577
Add v4l to Video section ( #1207 )
2016-12-08 01:59:18 +02:00
Felipe Oliveira
bc49b549cc
Merge pull request #1208 from avelino/negroni_repo_change
...
update negroni path
2016-12-06 15:58:23 -02:00
Avelino
6594da0421
update negroni path
...
maintained by @urfave
2016-12-06 14:58:47 -02:00
Lunny Xiao
cae10d7a58
Added Gitea ( #1202 )
2016-12-02 14:33:11 +02:00
RuiSheng Yang
edf871205d
Update README.md ( #1203 )
2016-12-02 13:33:17 +02:00
Suraj Patil
369221496d
Added a new Book ( #953 )
...
* added a new book
https://github.com/thewhitetulip/web-dev-golang-anti-textbook/
* updated title
* modified title to fit to requirements
* Update README.md
2016-11-28 23:15:48 +03:00
Andrey
75cae0ca38
Fix alphabetical order
2016-11-27 10:13:58 +03:00
Andrey
7d65e35673
Fix typo
2016-11-26 23:45:51 +03:00
Andrey
85cda8cd91
Add micha
2016-11-26 23:40:24 +03:00
Felipe Oliveira
3e941be073
Merge pull request #1198 from tdewolff/master
...
Added github.com/tdewolff/minify
2016-11-26 11:27:27 -02:00
Taco de Wolff
39f96f3bc4
Added github.com/tdewolff/minify
2016-11-25 16:05:21 +01:00
Mohamad Jahani
e5e1f1b047
Add Golyrics
2016-11-25 04:38:13 +03:30
Adam Hanna
e30df1bdbe
added new jwt library
2016-11-24 12:54:40 -08:00
Felipe Oliveira
932d88a9b1
Merge pull request #1195 from cstockton/master
...
Add package conv to Miscellaneous category.
2016-11-24 18:09:36 -02:00
Chris Stockton
7d271ee3f9
Add package conv to Miscellaneous category.
2016-11-24 13:02:56 -07:00
Alexander Gehres
10cebc5c5d
add jsonrpc 2.0 client library
2016-11-23 22:50:51 +01:00
Kamil Drazkiewicz
604a13b215
Go-flow added
2016-11-22 14:00:35 +01:00
Atsushi NAGASE
0b55232de2
Add amazon-product-advertising-api ( #1189 )
2016-11-22 14:09:36 +03:00
Ivan
13729196b2
Update README.md ( #1188 )
2016-11-22 10:10:26 +03:00
Ruisheng Yang
2c004a15f3
Removed clevergo ( #1187 )
2016-11-22 07:20:04 +03:00
sridharv
e80b0fe7b2
Add github.com/surullabs/lint
2016-11-20 08:29:58 +01:00
Nick Stogner
7f1e23651d
Remove httpware (no longer relevant after go 1.7)
2016-11-19 14:50:06 -05:00
Danniel Magno
fc989f2310
Add jsonapi-errors to the list
2016-11-17 14:18:17 -02:00
Thiago Avelino
f8d089d2e5
Merge pull request #1180 from git-time-metric/master
...
Add Git Time Metric utility
2016-11-17 10:54:05 -02:00
Satish Talim
148e031992
Update README.md
2016-11-17 08:24:16 +05:30
Avelino
294f48f835
added Dependency Injection, ref #902
...
I don't know if it's the best category, I need someone to review
pls @arvenil
2016-11-17 00:06:45 -02:00
Avelino
c2b9ddf075
added jet template engine, ref #1095
...
suggestion by @andradei
2016-11-16 23:55:38 -02:00
Avelino
79ff0fddd8
added Google Drive client for command line, ref #1108
...
suggestion by @ManuCart
2016-11-16 23:52:10 -02:00
Avelino
3b8ab21bcc
fixed typo
...
Google is the company that created (and keep) the language Go, do not
use the Google name as the language
2016-11-16 23:48:27 -02:00
Avelino
3364597452
added package go.uuid
, ref #1125
...
Suggest by @nntaoli
2016-11-16 23:45:16 -02:00
Avelino
e4c7200e7b
remove arschles/gogenerate, ref #1181
...
Comment of maintainer:
https://github.com/avelino/awesome-go/issues/1181#issuecomment-261002875
2016-11-16 23:36:48 -02:00
Michael Schenk
79e3baad3c
Add Git Time Metric utility
2016-11-12 15:46:10 -06:00
Chris
bc4a769aa2
Add ODE solver
2016-11-11 16:53:32 -07:00
Thiago Avelino
a829511470
Merge pull request #1168 from zaa/patch-1
...
Add ringpop-go from Uber
2016-11-11 07:45:41 -02:00
Dmitri Shuralyov
79bf706df4
Fix go-bind-plugin URL.
...
Fixup for #1178 .
2016-11-11 01:40:12 -08:00
Mateusz Gajewski
48d78da61f
Update README.md
...
Add https://github.com/wendigo/go-bind-plugin
https://goreportcard.com/report/github.com/wendigo/go-bind-plugin
2016-11-09 14:44:05 +01:00
Chewxy
e471baaa5a
Added fullstop to make sentence complete
2016-11-08 08:19:30 +11:00
Chewxy
deaf35eff5
Added Gorgonia
2016-11-08 08:05:51 +11:00
Konstantin Ivanov
41e4e8ed4a
Advanced Console UIs -> add logrusorgru/aurora package
2016-11-07 13:44:19 +03:00
Gustav Westling
6fea7ec605
Add goriak
2016-11-06 18:07:05 +01:00
Alexander Zhuravlev
7e88063093
Add ringpop-go from Uber
...
"Scalable, fault-tolerant application-layer sharding for Go applications"
2016-11-02 23:02:24 +04:00
Cosmin Rentea
3268c806a3
add guble
2016-11-02 16:34:36 +02:00
Geofrey Ernest
4bf4bed842
Add alien
2016-11-01 15:07:34 +03:00
Milica
bb2c35c10a
Adding 2 TDD/BDD tutorials ( #1164 )
...
* adding 2 TDD/BDD tutorials
* placing links in alphabetical order
2016-10-31 23:40:25 +03:00
小马哥
34cf5adefc
Added hprose
2016-11-01 00:57:04 +08:00
Kirill Danshin
de39214881
Revert "Add go-events" ( #1163 )
2016-10-31 18:34:34 +03:00
Kirill Danshin
52cf0e5354
Revert "Add simple go-serializer" ( #1162 )
2016-10-31 18:33:15 +03:00
Kirill Danshin
7ab60a893b
Revert "Add go-options" ( #1161 )
2016-10-31 18:31:27 +03:00
Geofrey Ernest
fef7267560
Add utron framework ( #1158 )
...
This adds utron MVC framework on the web frameworks section
2016-10-31 18:06:15 +03:00
Osamu TONOMORI
5283df17b9
Add jsonrpc
2016-10-31 18:01:02 +09:00
Chris
feddb60823
Add sg ([HTTP server] stress gauge)
...
Note that Travis-ci image says "build failing" but the actual page says it doesn't fail: https://travis-ci.org/ChristopherRabotin/sg .
2016-10-28 16:42:50 -06:00
Richard Knop
822e46e9b1
Adding RichardKnop/go-oauth2-server.
2016-10-28 15:35:22 +08:00
emersion
9d386935cc
Adds go-imap
2016-10-27 16:41:35 +02:00
招牌疯子
0c79834490
Add buaazp/fasthttprouter ( #1151 )
2016-10-27 09:18:18 +03:00
Wesley Hill
aa0d55f335
add therecipe/qt - Qt binding for Go.
2016-10-26 20:35:01 +01:00
Atsushi NAGASE
0c21c91ebb
Add ngs/go-google-email-audit-api. ( #1149 )
...
Go client library for Google G Suite Email Audit API.
2016-10-26 10:59:44 -07:00
jorin
da06cf5140
Replace Boom with Hey ( #1148 )
...
[Boom](https://github.com/rakyll/boom ) has been renamed to [Hey](https://github.com/rakyll/hey ) because of a name conflict with another binary.
The old URL is still working but users are encouraged to change to the new one.
2016-10-24 21:43:20 +03:00
Erik Davidson
8bd9ec0658
Add gomol to logging section
2016-10-23 01:16:08 -05:00
Thiago Avelino
037bd32b15
Merge pull request #1138 from sbstjn/add-allot
...
Add github.com/sbstjn/allot
2016-10-20 16:41:34 -02:00
Michel Aquino
a19de29ee5
Add Go swagger ( #1141 )
...
* Update README
Add govendor (https://github.com/kardianos/govendor ), a go Package Manager
* Update README.md
Adding in alphabetical order
* Update README
Add go-swagger
* Update README.md
* Update README.md
* Update README.md
* Remove go-swagger
* alphabetic order
* alphabetic order
* Add go-swagger
* Remove link
2016-10-20 20:11:10 +03:00
Sebastian Müller
14b148425d
Add github.com/sbstjn/hanu ( #1139 )
...
* Add github.com/sbstjn/hanu
* Add link to tutorial for github.com/sbstjn/hanu
* Update README.md
Remove additional link
2016-10-20 11:12:30 +03:00
Harvey Kandola
628bd6611f
Add Documize ( #1142 )
2016-10-19 20:43:34 +03:00
Michel Aquino
cc58adefec
Add go-torch - Stochastic flame graph profiler for Go programs ( #1140 )
...
* Update README
Add govendor (https://github.com/kardianos/govendor ), a go Package Manager
* Update README.md
Adding in alphabetical order
* Update README
Add go-swagger
* Update README.md
* Update README.md
* Update README.md
* Remove go-swagger
* alphabetic order
* alphabetic order
2016-10-19 19:08:07 +03:00
sbstjn
3712b1f5a5
Add github.com/sbstjn/allot
2016-10-17 19:44:21 +02:00
Pavlo Lysov
9bf340e48a
adds the "gosuite" library ( #1136 )
2016-10-16 19:06:02 +03:00
Florin Pățan
6f10b33244
Remove iris from listing ( #1135 )
...
Based on previous issues such as [1] and [2] as well as still not accepting
open-source contributions, flattening contributions, closing PRs from users,
editing issues, breaking changes very often and overall poor leadership of
the project this PR removes the iris as a project from this listing.
[1] https://github.com/julienschmidt/httprouter/issues/148
[2] https://github.com/julienschmidt/httprouter/issues/160
2016-10-16 14:19:31 +03:00
Osamu TONOMORI
6f6f67c315
Add indigo
2016-10-14 11:12:08 +09:00
steven
ff3390e825
Fix websocker -> websocket typo in lhttp description. ( #1132 )
2016-10-13 00:51:36 -07:00
Thiago Avelino
e3283aac1a
Merge pull request #1131 from fanux/master
...
add lhttp
2016-10-13 04:03:45 -03:00
steven
66d39b01fa
Add lhttp
...
lhttp is a http like protocol using websocket to provide long live
2016-10-13 10:26:20 +08:00
Mateusz Gajewski
67da9fec30
Update README.md
2016-10-12 16:54:11 +02:00
Tory Adams
ff219e23d9
Goworker ( #1112 )
2016-10-11 02:33:59 +03:00
Thiago Avelino
3dbab5caf5
Merge pull request #1061 from xiaopeng163/master
...
add gobgp to networking
2016-10-09 20:15:16 -03:00
Thiago Avelino
56c1441ef7
Merge pull request #1063 from Asoseil/patch-1
...
Added Realize - Go build system with file watchers and live reload
2016-10-09 20:14:05 -03:00
Thiago Avelino
2866af003d
Merge pull request #1072 from robbert229/robbert229-jwt
...
Added github.com/robbert229/jwt
2016-10-08 15:40:10 -03:00
Thiago Avelino
298565994c
Merge pull request #1116 from zpatrick/fireball
...
add fireball
2016-10-08 15:39:04 -03:00
Thiago Avelino
fbdc20f581
Merge pull request #1119 from sybrexsys/master
...
Update README.md
2016-10-08 15:22:36 -03:00
crufter
76b1d7e3f3
Add crufter/borg
2016-10-08 15:13:40 +01:00
Christian Rocha
84cba4c297
fix typo: MP# -> MP3 ( #1120 )
2016-10-07 14:24:20 +03:00
Vadim Shakun
01a4a7a859
Update README.md
...
append description of RapidMQ - mq managing library
2016-10-06 14:04:47 +04:00
zpatrick
ebca4b3689
add fireball
2016-10-03 20:26:30 +00:00
Thiago Avelino
bb14462f1e
Merge pull request #1078 from andreynering/patch-1
...
Add gormigrate
2016-10-03 13:53:59 -03:00
Thiago Avelino
2728dc9b81
Merge pull request #1096 from dastergon/go_challenge
...
Add the Go Challenge website
2016-10-03 13:52:36 -03:00
Thiago Avelino
40b3973d9d
Merge pull request #1097 from dveselov/dveselov-patch-1
...
Add go-mystem
2016-10-03 13:46:39 -03:00
Thiago Avelino
4be1f6d8d6
Merge pull request #1110 from ebuchman/patch-1
...
Add Tendermint (consensus/blockchain middleware) to Distributed Systems
2016-10-03 13:44:22 -03:00
Thiago Avelino
d26f509ba5
Merge pull request #1111 from devghosh/patch-1
...
add florest library
2016-10-03 13:42:59 -03:00
smallnest
9a6b9a213a
add go-web-framework-benchmark
2016-10-03 22:59:12 +08:00
smallnest
64412431e6
add rpcx
2016-10-03 22:42:55 +08:00
Matthias Ladkau
a7dd36642e
Add EliasDB. ( #1094 )
...
EliasDB is a graph based database which aims to provide a lightweight solution for projects which want to store their data as a graph.
2016-10-02 12:02:32 -07:00
topu
4693196dc5
Add pkg/errors. ( #1113 )
...
Package errors provides simple error handling primitives.
2016-10-01 14:50:49 -07:00
devghosh
df732b5de6
add florest library
...
High performance workflow based REST API Framework
Repo: https://github.com/jabong/florest-core
Godoc: https://godoc.org/github.com/jabong/florest-core/src
GoreportCard: https://goreportcard.com/report/github.com/jabong/florest-core
Coverage: https://coveralls.io/github/jabong/florest-core
2016-09-27 20:33:08 +05:30
Ethan Buchman
55450935b7
Add Tendermint
2016-09-25 17:10:34 +09:00
Bradley Falzon
9ebf0b1747
Add apicompat. ( #1109 )
...
Tool that checks recent changes to a Go project for backwards incompatible changes.
2016-09-24 09:54:30 -07:00
peter-mogensen
e13c9ae831
Added gone/log std-lib compatible log library ( #1082 )
2016-09-19 16:44:22 +03:00
Aaron Schlesinger
c21b248a2c
Add Go In 5 Minutes website. ( #1104 )
...
5 minute screencasts focused on getting one thing done.
2016-09-16 00:27:03 -07:00
José Riguera Lopez
3c5a4a5210
Removed heka
...
https://github.com/mozilla-services/heka
From the [Readme](https://github.com/mozilla-services/heka ): This project is deprecated. Please see [this email](https://mail.mozilla.org/pipermail/heka/2016-May/001059.html ) for more details.
2016-09-13 18:17:05 +02:00
Jesse Szwedko
d3576dacd3
Add go-circleci
2016-09-11 15:41:44 -07:00
Dima Veselov
7a51ab9fff
Update README.md
2016-09-11 19:04:23 +03:00
Pavlos Ratis
6eefb9f845
add golang-challenge
...
The Go Challenge is a monthly programming challenge for Go developers.
2016-09-11 14:57:27 +01:00
Yandry Pozo
6f4aa6eb85
Add CoreOS raft implementation. ( #1093 )
2016-09-09 11:53:05 -07:00
Thiago Avelino
83663fa5fe
Merge pull request #1091 from kataras/patch-4
...
Add go-options
2016-09-09 08:47:58 -03:00
Thiago Avelino
8a9b31caa4
Merge pull request #1089 from icza/master
...
Added session.
2016-09-09 08:46:49 -03:00
Gerasimos Maropoulos
1f50ae300b
Fix test, go-options is top of the gofigure(;)
2016-09-09 08:35:41 +03:00
Gerasimos Maropoulos
d00961971c
Add go-options
2016-09-09 07:13:12 +03:00
Gerasimos Maropoulos
0e0188a7b6
Add simple go-serializer
2016-09-09 07:09:32 +03:00
András Belicza
70ccc52379
Added session.
2016-09-09 04:30:48 +02:00
Thiago Avelino
553f66f958
Merge pull request #1081 from nullbio/master
...
Add SQLBoiler to ORM section
2016-09-07 02:16:46 -03:00
Thiago Avelino
0f5f73442f
Merge pull request #1083 from icza/master
...
Added bitio.
2016-09-07 02:13:12 -03:00
Thiago Avelino
aed10c254b
Merge pull request #1084 from kataras/patch-1
...
Add go-events
2016-09-07 02:08:10 -03:00
HeadwindFly
e9f48b942a
Added CleverGo web framework
2016-09-07 12:01:41 +08:00
Gerasimos Maropoulos
1865155181
Add go-events
2016-09-06 23:21:46 +03:00
Kirill Danshin
11ab5e5ddf
add gocryforhelp ( #1036 )
...
* add gocryforhelp
* fix sort
2016-09-06 16:07:19 +03:00
Andras Belicza
ab434de89e
Added bitio.
2016-09-06 12:07:22 +02:00
Patrick O
59bff5ad6b
Add SQLBoiler to ORM section
2016-09-05 22:07:09 +10:00
Patrick O
c2bdeb770d
Add SQLBoiler to ORM section
2016-09-05 21:18:02 +10:00
SlevinT
9ce000ec12
Update Readme ( #1079 )
...
* Update Readme
Added the package listing for go-openapi allows parsing swagger files outside of the go-swagger package.
* ammending change
whoops was not paying attention. sloppy on my part
2016-09-05 08:46:37 +03:00
Yaron Sumel
3cd6996c82
Add grapes ( #1080 )
...
* Update README.md
* new grapes
github.com repo: https://github.com/yaronsumel/grapes
godoc.org: https://godoc.org/github.com/yaronsumel/grapes
goreportcard.com: https://goreportcard.com/report/github.com/yaronsumel/grapes
coverage service link (gocover, coveralls etc.): N/A
Make sure that you've checked the boxes below before you submit PR:
I have added my package in alphabetical order
I know that this package was not listed before
I have added godoc link to the repo and to my pull request
I have added coverage service link to the repo and to my pull request
I have added goreportcard link to the repo and to my pull request
I have read Contribution guidelines and Quality standard.
2016-09-05 07:55:49 +03:00
Andrey Nering
dea65ef8df
Add gormigrate
2016-09-01 12:29:28 -03:00
Kirill Danshin
3c2aa96103
fix latest merge :(
...
Signed-off-by: Kirill Danshin <k@guava.by>
2016-09-01 06:28:43 +03:00
adranwit
44300c9825
Added new go projects ( #990 )
...
* Added new go project
- added datastore connectivity
- datastore testiblity
* Added viant datastore connectivity and testability projects
asc
bgc
dsc
toolbox
2016-09-01 06:13:56 +03:00
Miguel Loureiro
8334404d32
Add Carbon, a simple time extension, ported from PHP Carbon library. ( #1076 )
2016-08-30 11:05:12 -07:00
Karol Woźniak
289d60824f
Add battery package, provides cross-platform, normalized battery information. ( #1070 )
2016-08-29 21:29:32 -07:00
Andrew Brampton
10c1e6ca54
Add hilbert - Mapping values to and from space-filling curves. ( #1075 )
...
Such as Hilbert and Peano curves.
2016-08-28 09:39:41 -07:00
bogem
d8078ed803
Complete description about id3v2
2016-08-27 14:21:46 +05:00
John Rowley
5505e62c97
Added github.com/robbert229/jwt
...
Added my jwt library to the list.
2016-08-26 23:21:14 -07:00
Eliseu Benedito Codinhoto
5685a99870
Add GopherCon Brazil. ( #1066 )
2016-08-23 22:30:27 -07:00
Kirill Danshin
d1620c40be
Merge pull request #1050 from laktak/master
...
add Hjson
2016-08-23 23:47:51 +04:00
Thiago Avelino
568663c777
Merge pull request #1064 from db47h/ngaro
...
Add Ngaro to Embeddable Scripting Languages
2016-08-22 19:28:04 -03:00
seborama
5c93bdeeae
[govcr] Add govcr
...
HTTP mock for Golang: record and replay HTTP interactions for offline
testing.
2016-08-22 23:13:41 +01:00
Anthony N. Simon
ab4d06c115
Add bild, a collection of image processing algorithms in pure Go. ( #1051 )
2016-08-20 20:01:30 -07:00
Denis Bernard
0b975a8ff5
Add Ngaro to Embeddable Scripting Languages
...
[ngaro](https://github.com/db47h/ngaro ) - Ngaro VM implementation enabling scripting in Retro
2016-08-19 01:53:56 +02:00
Alessio Pracchia
f3379e83c8
Update README.md
...
Realize is a Go build system with file watchers and live reload. It can run, build and watch file changes with custom paths
2016-08-18 01:19:09 +02:00
Christian Zangl
97737430d1
add Hjson
2016-08-17 20:57:09 +02:00
Peng Xiao
de021874f6
add gobgp to networking
...
Signed-off-by: Peng Xiao <xiaoquwl@gmail.com>
2016-08-17 19:10:15 +08:00
Albert
bd41e89a1a
Add id3v2 library. ( #1057 )
2016-08-13 12:48:52 -07:00
Kirill Danshin
8c41e07e7b
Merge pull request #1055 from ahmetalpbalkan/govvv
...
add govvv
2016-08-12 16:50:07 +03:00
Michael Fogleman
d9e03240cf
Add gg, ln, pt graphics libraries. ( #1056 )
2016-08-11 20:12:35 -07:00
Ahmet Alp Balkan
d468da2494
add govvv
2016-08-10 16:37:27 -07:00
Leonel Quinteros
b55edbbaf4
Add YARF and gotext
2016-08-06 23:52:47 -03:00
Kirill Danshin
3d5701a1fc
Merge pull request #1044 from alexflint/patch-1
...
add go-arg under CLI
2016-08-03 17:37:31 +03:00
Josh Baker
d6152169eb
Adding BuntDB
2016-08-01 13:23:14 -07:00
Alex Flint
8adaeb7d5e
add go-arg under CLI
2016-07-31 09:26:21 -07:00
Kirill Danshin
aa82b35c0a
Merge pull request #881 from andygrunwald/cachet
...
Added cachet client library
2016-07-31 04:00:07 +03:00
Kirill Danshin
c27667bfb5
Merge pull request #1042 from CalebQ42/master
...
Added bbConvert
2016-07-28 19:52:40 +03:00
Kirill Danshin
285e4dc67f
Merge pull request #1037 from ryanleary/patch-1
...
Add Kazaam JSON transformation project
2016-07-27 20:08:02 +03:00
Belac Darkstorm
35ecc98f70
Fixed typo
2016-07-27 00:51:23 -05:00
Belac Darkstorm
bccf2f8b13
Added bbConvert
2016-07-27 00:43:15 -05:00
joeybloggs
8d7dd30127
update form description for new functionality added.
2016-07-26 10:46:09 -04:00
Eduard
ae07c9b3c4
Add implementation of the "Bailey-Borwein-Plouffe" algorithm. ( #1039 )
2016-07-25 10:52:18 -04:00
Dobrosław Żybort
7a232e4878
Merge pull request #1015 from kirillDanshin/add-dlog
...
Add dlog
2016-07-23 15:46:39 +02:00
Ryan Leary
a72bef4b4b
Add Kazaam JSON transformation project
2016-07-21 10:06:22 -04:00
Kirill Danshin
803d145a61
Merge pull request #1034 from mehrdadrad/master
...
added mylg repo
2016-07-21 03:11:03 +03:00
Kirill Danshin
94cf18dc9d
add dlog
2016-07-20 20:58:07 +03:00
Vytautas Šaltenis
c2488d20e3
Fix some typos
2016-07-20 20:54:30 +03:00
Mehrdad Arshad Rad
349631abaf
added mylg repo
2016-07-20 08:54:47 -07:00
Ben Gadbois
558bea3284
Removing unmaintained bmizerany/assert
2016-07-18 12:38:44 -07:00
Mustafa Akın
011f6f01db
Added Gongular web framework
2016-07-18 14:33:05 +03:00
Kirill Danshin
e168ff6ef8
Merge pull request #1027 from mozillazg/patch-3
...
add go-slugify
2016-07-17 13:39:50 +03:00
Kirill Danshin
2bbbdf5372
Merge pull request #969 from agnivade/master
...
Added levenshtein to Data Structures
2016-07-17 13:36:11 +03:00
mozillazg
d9a07f328a
add go-slugify
2016-07-17 07:36:12 +08:00
Blake Orth
7148844e99
Add gaad, a native Go AAC bitstream parser. ( #1023 )
2016-07-16 13:57:12 -04:00
Thiago Avelino
bb96fafa6d
Merge pull request #1021 from shamsher31/master
...
Add gods, go data structure.
2016-07-15 02:54:02 -03:00
Andrey Nering
2e6e626e70
Add editorconfig-core-go
2016-07-13 21:16:52 -03:00
Shamsher Ansari
5097ceff9e
Add gods, go data structure.
2016-07-12 15:23:32 +05:30
mozillazg
ca7e08343d
add go-unidecode
2016-07-10 10:54:47 +08:00
Stefan Cocora
23ad8e20d9
Add gvt to package management. ( #1017 )
2016-07-09 00:58:44 -07:00
Dmitri Shuralyov
a1e94025d4
Remove aac/h264 package because of 404.
...
Resolves #1016 .
2016-07-09 00:39:51 -07:00
Kirill Danshin
0b07b140ae
Merge pull request #989 from xtaci/master
...
add kcptun
2016-07-07 12:14:15 +03:00
mstrong
2c6cff21ad
Correcting goreturns URL
2016-07-01 21:58:43 -04:00
Victor Gaydov
cb8b345ef0
Add httpexpect. ( #1010 )
2016-06-30 22:06:52 -07:00
Michel Aquino
fe0481dd8b
Add govendor, a Go package manager. ( #1007 )
2016-06-24 21:43:02 -07:00
Qiang Xue
ab8195b41c
added ozzo-validation
2016-06-23 14:31:46 -04:00
Alexey Palazhchenko
d2882cfa8f
Update reform repository
2016-06-23 17:33:42 +04:00
Olivier Gagnon
36e9d8281f
Remove 4 repos from Game Development section. ( #1003 )
2016-06-22 23:35:04 -07:00
Kirill Danshin
caec4fcc8a
Merge pull request #964 from abo/master
...
Add rerate(redis-based ratecounter & ratelimiter) to utilities
2016-06-22 10:57:44 +03:00
Kirill Danshin
bad659c7a2
Merge pull request #958 from AlekSi/patch-1
...
Add reform
2016-06-22 04:27:00 +03:00
Kirill Danshin
9179b7e718
Merge pull request #986 from StanBright/master
...
Add 'Awesome Go @LibHunt' to the Websites section
2016-06-22 02:34:47 +03:00
Kirill Danshin
42e4e45567
Merge pull request #992 from afshin/sleuth
...
Add sleuth to "Distributed Systems" section.
2016-06-22 02:25:07 +03:00
Thiago Avelino
50a0a63d04
Merge pull request #998 from dannyvankooten/add-vat
...
Add dannyvankooten/vat to Financial.
2016-06-21 20:01:21 -03:00
Thiago Avelino
73f7d357e8
Merge pull request #1001 from melihmucuk/master
...
geocache package added to database section
2016-06-21 20:00:47 -03:00
aymer
b4b61321f6
Add zap logger package from Uber. ( #996 )
2016-06-21 15:38:41 -07:00
Melih Mucuk
b45c160f91
change order
2016-06-21 18:44:18 +03:00
Melih Mucuk
7114a7a138
geocache package added to Database section
2016-06-21 18:38:30 +03:00
Danny van Kooten
6245537529
Add dannyvankooten/vat to Financial.
2016-06-21 10:02:45 +02:00
Dean Karn
6d3d7ad731
Update go-playground/form's description as it now also supports Encoding url.Values from a struct. ( #997 )
2016-06-20 21:05:23 -07:00
joeybloggs
29c9622ddb
update pool description
2016-06-16 10:24:58 -04:00
A. Darian
a1fb273c61
Add sleuth to "Distributed Systems" section.
2016-06-15 23:35:07 +01:00
Daniel Fu
723391e0c3
Update README.md
2016-06-14 10:59:31 +08:00
joeybloggs
2369ffa85c
add form library
2016-06-13 10:47:58 -04:00
Stan Bright
57de172318
Add 'Awesome Go @LibHunt' to the Websites section
2016-06-13 14:16:44 +03:00
Hafiz Ismail
3fe8d685bf
Update graphql-go
new repo URL. ( #985 )
...
Previously `github.com/chris-ramon/graphql-go` is now `github.com/graphql-go/graphql`.
2016-06-13 00:28:15 -07:00
Dan Buch
d0646b8f74
Update location/name of codegangsta/cli ( #982 ).
...
Also update description to match repository description.
2016-06-08 08:53:14 -07:00
Daniel Martí
e7a542a00a
Add github.com/mvdan/sh to Text Processing ( #981 ).
2016-06-07 19:56:18 -07:00
Thiago Avelino
550fecbf27
Merge pull request #976 from h2non/feat/baloo
...
Feat/baloo
2016-06-07 12:59:39 -03:00
Thiago Avelino
f67b15fef8
Merge pull request #974 from redaready/patch-2
...
Update README.md
2016-06-07 12:59:24 -03:00
Thiago Avelino
c6f1ddb494
Merge pull request #975 from claygod/patch-1
...
Added router Bxog
2016-06-07 12:58:07 -03:00
Olivier Gagnon
118c1dc679
Add lux and its utilities ( #979 )
2016-06-02 15:11:57 -07:00
Tomas Aparicio
5c4542a3d2
feat(docs): add baloo package
2016-06-01 07:55:53 -04:00
Hajime Hoshi
9c220a204f
Add Ebiten ( #972 )
2016-05-31 01:45:26 -07:00
redaready
2f06741706
Update README.md
...
chang iris url
2016-05-30 12:36:09 +02:00
Eduard
569a617fdd
Added router Bxog
...
Added the router Bxog to the section Web Frameworks
2016-05-30 12:34:47 +03:00
Baiju Muthukadan
4c0461cfaf
esc - resource embedding package ( #973 )
2016-05-29 23:59:36 -07:00
kirillDanshin
d2b58f7e47
Merge pull request #942 from raztud/patch-1
...
web.go is not maintained for over 3 years and the website is not up anymore
2016-05-29 14:40:46 +03:00
Agniva De Sarker
b443b8cb3e
Added levenshtein to Data Structures
2016-05-28 12:15:39 +05:30
abo
63648112ed
ratelimiter rename to rerate
2016-05-27 10:42:22 +08:00
abo
12fe64d146
Add ratelimiter to utilities
2016-05-26 10:27:41 +08:00
Brice Figureau
8bf6bea8f9
Add Go WinRM client library and cli tool ( #963 )
...
This (now mature) library is in used in Packer and some other Go projects.
As of this writing it is maintained, and relatively well tested.
Godoc:
https://godoc.org/github.com/masterzen/winrm
Go Report Card: A+
https://goreportcard.com/report/github.com/masterzen/winrm
Gocover: 86%
https://gocover.io/github.com/masterzen/winrm
Signed-off-by: Brice Figureau <brice@daysofwonder.com>
2016-05-25 10:27:31 -07:00
obivan
2b7ddd24e1
Remove hk, it is deprecated. ( #962 )
2016-05-24 12:31:10 -07:00
Wesley Hill
529c435a01
Add durafmt ( #961 ).
2016-05-23 18:51:14 -07:00
Monmohan
bcc5dfd08b
Added xferspdy to Utilities section.
...
Added xferspdy to Utilities section.
2016-05-19 15:38:52 -07:00
Alexey Palazhchenko
d244e94562
Add reform
2016-05-19 20:36:24 +04:00
bjflanne
ed1cce18d4
Added NATS to Distributed Systems, and updated Messaging section with NATS Go client
2016-05-12 10:45:27 -04:00
Razvan Tudorica
bb83b28737
web.go is not maintained for over 3 years and the website is not up anymore
2016-05-08 17:47:54 +03:00
kirillDanshin
21379e8daa
Merge pull request #933 from gonutz/master
...
Added d3d9 library.
2016-05-07 19:39:59 +03:00
kirillDanshin
4d28091e79
Merge pull request #932 from xor-gate/add-secdl
...
Add secdl, Golang implementation of Lighttpd ModSecDownload algorithm
2016-05-06 03:00:06 +03:00
kirillDanshin
0d513d31f2
Merge pull request #929 from pascaldekloe/master
...
Add Colfer to serialization
2016-05-05 21:25:40 +03:00
kirillDanshin
5c8e3f99c6
Merge pull request #910 from codingsince1985/hotfix
...
geo-golang newly supports OpenStreetMap
2016-05-04 22:12:10 +03:00
Lars
4bbfaea08d
Added d3d9 library.
2016-05-02 11:14:50 +02:00
kirillDanshin
e466a41766
Merge pull request #900 from xtaci/master
...
add kcp-go
2016-05-01 21:54:51 +03:00
kirillDanshin
8d366df7ca
Merge pull request #928 from jbreitbart/master
...
Added go-imgur.
2016-05-01 21:27:06 +03:00
kirillDanshin
12ec48b358
Merge pull request #930 from otoolep/master
...
The repo for rqlite has changed
2016-05-01 21:19:38 +03:00
Jerry Jacobs
15babf4721
Add secdl, Golang implementation of Lighttpd ModSecDownload algorithm
2016-05-01 08:38:05 +00:00
kirillDanshin
d85f7954c4
Merge pull request #907 from rs/rest-layer
...
Add rest-layer
2016-04-29 21:31:52 +03:00
Philip O'Toole
379778b2e4
The repo for rqlite has changed
2016-04-26 18:17:11 -07:00
kirillDanshin
1a7e46d975
Merge pull request #917 from yanyiwu/patch-1
...
gojieba
2016-04-26 17:45:48 +03:00
Pascal de Kloe
b06b9cedcd
Add Colfer to serialization
2016-04-26 13:07:59 +02:00
kirillDanshin
087c3c2392
Merge pull request #923 from dixonwille/patch-1
...
Add WLog and WMenu
2016-04-25 23:45:03 +03:00
Jens Breitbart
7384fbe1aa
Added go-imgur.
2016-04-25 18:33:01 +02:00
joeybloggs
b6bf72de71
Add Structured Logging library https://github.com/go-playground/log
2016-04-25 08:10:58 -04:00
Will Dixon
49133a92a6
Added Wmenu
2016-04-21 20:04:00 -04:00
Will Dixon
ecbaaef90e
Added Wlog
2016-04-21 17:35:51 -04:00
Bjørn Erik Pedersen
8ff28846e0
Add Storm ORM
2016-04-20 11:35:30 +02:00
yanyiwu
c80306466c
alphabetical order
2016-04-18 15:36:38 +08:00
Yanyi Wu
6280ad16ee
gojieba
...
[GoJieba](https://github.com/yanyiwu/gojieba ) - This is a Go implementation of [jieba](https://github.com/fxsjy/jieba ) which a Chinese word splitting algorithm.
[here](https://github.com/yanyiwu/gojieba/blob/master/README_EN.md ) is its english README.md
2016-04-18 15:36:03 +08:00
kirillDanshin
b69d8dcf59
Merge pull request #914 from charneykaye/master
...
Add gofpdf
2016-04-17 09:07:15 +03:00
kirillDanshin
9f03d0264f
Merge pull request #913 from appleboy/patch-3
...
Add a push notification server (gorush).
2016-04-17 09:03:40 +03:00
Matt Holt
872571264d
Add archiver
2016-04-15 16:32:14 -06:00
Charney Kaye
7d5df926d6
Add gofpdf
2016-04-15 17:59:08 -04:00
kirillDanshin
2a6f5223b9
Merge pull request #908 from schachmat/patch-1
...
add ingo config utility
2016-04-15 12:08:04 +03:00
Bo-Yi Wu
4adb764dcd
Add a push notification server.
...
A push notification server using Gin framework written in Go (Golang).
* Support Google Cloud Message using go-gcm library for Android.
* Support HTTP/2 Apple Push Notification Service using apns2 library.
* Support YAML configuration.
* Support command line to send single Android or iOS notification.
* Support Web API to send push notification.
* Support zero downtime restarts for go servers using endless.
* Support HTTP/2 or HTTP/1.1 protocol.
2016-04-14 20:50:04 +08:00
Harrison Shoebridge
b9446d2aa4
Rename Engi to Engo
...
We've recently renamed the project and moved to an organisation.
2016-04-14 08:13:02 +10:00
Jerry Zhao
76188071d4
geo-golang newly supports OpenStreetMap
2016-04-13 21:03:58 +10:00
kirillDanshin
8b4776b929
Merge pull request #905 from lemire/master
...
adding the roaring library (compressed bitset format)
2016-04-13 11:07:54 +03:00
Pavel Larkin
cadbc5fa42
Add data structure: adaptive radix tree
2016-04-12 12:58:50 -04:00
schachmat
dbb812167c
add ingo config utility
2016-04-12 15:14:54 +02:00
kirillDanshin
0769389d7b
Merge pull request #901 from mmcdole/patch-1
...
Add gofeed
2016-04-09 06:06:45 +03:00
Olivier Poitrey
0a1e6670a6
Add rest-layer
2016-04-08 16:08:05 -07:00
Nick Stogner
910cec137c
Add httpware
2016-04-08 14:54:50 -04:00
Daniel Lemire
fb452ea8b7
Putting back the spurious space?
2016-04-08 11:37:30 -04:00
Daniel Lemire
f88f4cf90d
Proposing the addition of roaring.
2016-04-08 11:10:28 -04:00
kirillDanshin
42263cb876
Merge pull request #894 from appleboy/patch-1
...
Add gofight package in testing section.
2016-04-07 19:18:30 +03:00
kirillDanshin
2e006ed7db
Merge pull request #899 from quii/master
...
adding mockingjay
2016-04-07 02:38:22 +03:00
kirillDanshin
a9feb7d53a
Merge pull request #837 from songgao/patch-3
...
Add ether (for sending/receiving ethernet frames)
2016-04-05 18:49:52 +03:00
mmcdole
c45b72af35
Add github.com/mmcdole/gofeed
2016-04-04 22:39:32 -05:00
Daniel Fu
389554306f
Update README.md
2016-04-05 09:50:37 +08:00
Paolo Galeone
d9aebd20cf
Add rts: https://github.com/galeone/rts
...
Add https://github.com/galeone/rts
2016-04-04 16:45:34 +02:00
kirillDanshin
13dab1684a
Merge pull request #867 from galeone/master
...
Add igor: https://github.com/galeone/igor
2016-04-04 16:46:05 +03:00
kirillDanshin
91d2d16d70
Merge pull request #879 from VorT3x/master
...
Add afero to miscellaneous category
2016-04-04 16:37:04 +03:00
Chris James
665cd1788e
adding mockingjay
2016-04-04 09:42:27 +01:00
Bo-Yi Wu
a0d330f514
Fix markdown error
2016-04-04 14:03:56 +08:00
kirillDanshin
81066af5cf
Merge pull request #875 from ihash/master
...
Authboss added to Authentication & OAuth
2016-04-04 07:30:12 +03:00
Bo-Yi Wu
11dd933635
Add gofight package in testing section.
...
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2016-04-04 10:40:37 +08:00
kirillDanshin
44afcef8a7
Merge pull request #878 from osklyar/master
...
Added Structured Log Facade (SLF) and a reference implementation
2016-04-04 00:54:57 +03:00
kirillDanshin
3a6f02ab53
Merge pull request #877 from dimiro1/patch-2
...
Added lib banner
2016-04-04 00:45:31 +03:00
kirillDanshin
dc811159c2
Merge pull request #880 from andygrunwald/go-jira
...
Add go-jira: Go client library for Atlassian JIRA
2016-04-04 00:35:32 +03:00
kirillDanshin
7aed67f16c
Merge pull request #882 from andygrunwald/megos
...
Added megos: A client library for accessing an Apache Mesos Cluster
2016-04-04 00:19:44 +03:00
Charney Kaye
59df3be0e9
re-add github.com/go-music-theory/music-theory
2016-04-03 16:40:34 -04:00
kirillDanshin
a7e629052d
Merge pull request #886 from charneykaye/ontomix-to-mix
...
go-ontomix/ontomix moved to go-mix/mix
2016-04-03 22:35:02 +03:00
kirillDanshin
5dd0bb31de
Merge pull request #889 from tidwall/patch-1
...
Adding Tile38
2016-04-03 22:31:52 +03:00
Dean Karn
4ac46dba0b
Merge pull request #876 from joeybloggs/master
...
Add lars http router
2016-04-03 15:28:21 -04:00
Josh Baker
9214068e91
Adding Tile38
...
Tile38 is a geolocation data store, spatial index, and realtime geofence. It supports a variety of object types including lat/lon points, bounding boxes, XYZ tiles, Geohashes, and GeoJSON.
It's like Redis but for GIS.
- Website: https://tile38.com
- godoc.org: https://godoc.org/github.com/tidwall/tile38
- goreportcard.com: https://goreportcard.com/report/github.com/tidwall/tile38
2016-04-03 04:34:50 -07:00