Commit Graph

1682 Commits

Author SHA1 Message Date
Thiago Avelino
c4cad97b73 Merge pull request #1212 from vCaesar/test-pr
Add Robotgo
2017-02-21 14:29:23 -03:00
Cesar Gimenes
1fbc0d6ffe Add goConfig in the Configuration category (#1294) 2017-02-18 13:17:28 -02:00
hamper
2122acecd6 Add spew 2017-02-17 15:46:05 +03:00
Alex
a06746a18f Add agext/levenshtein to 'Data Structures' 2017-02-17 02:16:17 -05:00
Alexander Grafov
9708f87408 Add go-mode into Editor Plugins 2017-02-11 22:43:21 +03:00
Ivan Krutov
f59c76d851 Added selenoid entry 2017-02-08 21:39:04 +03:00
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