Commit Graph

1616 Commits (6361b59f58c4ae769dc65a600502ce47437b9e56)

Author SHA1 Message Date
Dave Brophy 6361b59f58 Update description 8 years ago
Dave Brophy 9bfa3fb2dc Add Jennifer to code generation category 8 years ago
Kirill Danshin 13b0ef1496 Merge pull request #1278 from stefanbuck/patch-2
Add OctoLinker browser extension
8 years ago
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.
8 years ago
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)
8 years ago
Ivan Krutov f5b46cb4c8 Added link to ggr server 8 years ago
Kirill Danshin 91ba2aa505 Merge pull request #1196 from adam-hanna/master
added new jwt library
8 years ago
Kirill Danshin c612797dcb Merge pull request #1265 from alessandroleite/master
Include gota and Go Cheat Sheet
8 years ago
Kirill Danshin 94fd906aa0 Merge pull request #1273 from avelino/add-unconvert-tool
Add unconvert tool.
8 years ago
Devinsuit a880a66ebe Update broken links 8 years ago
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.
8 years ago
Alessandro Leite cf9a2bcf1a Remove an 'e' before the description of the gota's entry 8 years ago
Alessandro Leite f3a0755080 Merge branch 'master' of https://github.com/avelino/awesome-go 8 years ago
Steve Yen 1503c5d434 added https://github.com/couchbase/moss 8 years ago
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.
8 years ago
Florent Messa 4edb1d4dfa Add go-funk utility library (#1256) 8 years ago
Nikolay Pavlovich 94773fee2f add govkbot (#1270) 8 years ago
Kirill Danshin 9ddc35a2f4 Merge pull request #1269 from ralphtheninja/master
Add traefik, reverse-proxy and load balancer
8 years ago
Maksym 8bf9b9b08d Add logdump package (#1261) 8 years ago
Alessandro Leite 2abf3731c1 Fix the problem with the alphabetical order 8 years ago
Lars-Magnus Skog 6e49a9f6ab Add traefik, reverse-proxy and load balancer 8 years ago
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
8 years ago
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
8 years ago
Kirill Danshin 52aeb71ad0 Merge pull request #1255 from olebedev/telegram-api-lib
Add go-tgbot api/router library
8 years ago
Kirill Danshin 4853b9fbcc Merge pull request #1254 from olebedev/when
Add `when` NLP library
8 years ago
Hardik Bagdi 2a64f1735c Add spf13's pflag library 8 years ago
Kamil Samigullin 5cbae489c1 Add semaphore pattern implementation. (#1257)
Semaphore pattern implementation with timeout of lock/unlock operations based on channel and context.
8 years ago
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.
8 years ago
Mark Bates c353d1b9d2 fixed alphabetical order 8 years ago
Mark Bates 0128d8192a only add pop once 8 years ago
Mark Bates 73b7062ce9 Added buffalo, pop, soda, and velvet to the list 8 years ago
Vladimir Mihailenco 98747ad53d Add go-pg (#1204) 8 years ago
olebedev 207dc45a51 Add go-tgbot api/router library 8 years ago
olebedev 0257b043d9 Add when NLP library 8 years ago
xfx.dev 4e47e038ee Add xtcp library. (#1253)
A TCP Server Framework with simultaneous full duplex communication,graceful shutdown,custom protocol.
8 years ago
xfx.dev 7ca60a8d64 add xlog library. (#1250) 8 years ago
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.
8 years ago
Bo-Yi Wu c96dc58cd6 Add drone-scp tool (#1249) 8 years ago
Ahmet Alp Balkan b189446b2c Add rakyll/statik 8 years ago
Andrew Minkin f75e32c56b Added fcm library (#1247)
* Added fcm library

* Fixed Alphabetical order
8 years ago
Adam Hanna 4759d56550 fixed a typo 8 years ago
Adam Hanna 51dbe65350 pulled repo and updated with new changes 8 years ago
emersion fed98fbaf9 Adds go-message 8 years ago
Ri Xu 9bec8019fe Add new: aurora 8 years ago
Thiago Avelino 9da98b9381 Merge pull request #1243 from claygod/master
Added framework `Microservice`
8 years ago
Eduard fb5a92486b Added framework `Microservice`
Adding a framework for the creation of microservices
8 years ago
Bo-Yi Wu 6f9d7cd077 Add application of Line notification 8 years ago
James Polera 97d2dab23a Add polera/publicip 8 years ago
Kristian Spriggs 43230b0421 Add go-twitch library. (#1239)
Go client for interacting with the Twitch v3 API.
8 years ago
Hajime Hoshi 698e994214 Fix a word in Ebiten explanation 8 years ago