Commit Graph

2133 Commits (master)
 

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

* Fixed Alphabetical order
7 years ago
Adam Hanna b7368e224d removed readme.md.orig 7 years ago
Adam Hanna 4759d56550 fixed a typo 7 years ago