Commit Graph

1653 Commits (master)

Author SHA1 Message Date
Kirill Danshin 3024e9fc86 Merge pull request #1314 from nstratos/master
Add go-myanimelist to third-party APIs
7 years ago
Milan Nikolic fa0c97bf4b Add go-unarr 7 years ago
Stratos Neiros 9535836056 Add go-myanimelist to third-party APIs 7 years ago
aihui zhu ff31aa16d1 add flag library. 7 years ago
Zack Patrick 75a5b8da26 add rclient 7 years ago
Michael Ackley ef91385c01 Add go-finance package. (#936) 7 years ago
Kirill Danshin 06bc2f5bdc Merge pull request #1145 from aphistic/master
Add gomol to logging section
7 years ago
Zhou Yu 78b6365ff5 Add copy-pasta (#1304) 7 years ago
Yasuhiro Matsumoto a5d2ebb1d9 add go-colorable and go-isatty 7 years ago
Andrey Nering a333fcd827 Add Task (#1305) 7 years ago
Kenneth Shaw 332e998fea Updating README.md with link to chromedp (#1307) 7 years ago
Arvind Chembarpu bc5fdbc751 Update go-sciter project link (#1306) 7 years ago
Maxime Soulé 4f964541c3 Add go-vitotrol, Viessmann Vitotrol ws client (#1252)
* Add go-vitotrol, Viessmann Vitotrol ws client

Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard) before sending pull request. Thanks!

**Please provide package links to:**
- github.com repo: https://github.com/maxatome/go-vitotrol
- godoc.org: https://godoc.org/github.com/maxatome/go-vitotrol
- goreportcard.com: https://goreportcard.com/report/github.com/maxatome/go-vitotrol
- coverage service link (gocover, coveralls etc.): https://gocover.io/github.com/maxatome/go-vitotrol


**Note**: that new categories can be added only when there are 3 packages or more.

**Make sure that you've checked the boxes below before you submit PR:**
- [x] I have added my package in alphabetical order
- [x] I know that this package was not listed before
- [x] I have added godoc link to the repo and to my pull request
- [x] I have added coverage service link to the repo and to my pull request
- [x] I have added goreportcard link to the repo and to my pull request
- [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).

Thanks for your PR, you're awesome! 👍

* Reorder go-vitotrol

The hyphen counts !
7 years ago
aihui zhu 4a8672ff0b add argv library. (#1303) 7 years ago
Milan Nikolic 75dbc52b6e Add raylib-go (#1302) 7 years ago
Alex Bucataru d18baf9aee Add agext/uuid to Miscellaneous (#1301) 7 years ago
Lime 49f5c033c1 add hero template engine (#1299) 7 years ago
Максим Федосеев 50611bde41 Add https://github.com/codesenberg/bombardier (#1300) 7 years ago
Aofei Sheng 72e6409979 Add Air (#1298) 7 years ago
Alec Thomas 4a099c3b06 Add https://github.com/neelance/graphql-go (#1285) 7 years ago
Ivan Kurnosov 7cb593d8c9 Added github.com/unrolled/secure (#1297) 7 years ago
Thiago Avelino c4cad97b73 Merge pull request #1212 from vCaesar/test-pr
Add Robotgo
7 years ago
Cesar Gimenes 1fbc0d6ffe Add goConfig in the Configuration category (#1294) 7 years ago
hamper 2122acecd6 Add spew 7 years ago
Alex a06746a18f Add agext/levenshtein to 'Data Structures' 7 years ago
Alexander Grafov 9708f87408 Add go-mode into Editor Plugins 7 years ago
Ivan Krutov f59c76d851 Added selenoid entry 7 years ago
Carlos Alexandro Becker 5ad2d7cf31 Update README.md 7 years ago
Carlos Alexandro Becker e99eaa9da4 Update README.md 7 years ago
Carlos Alexandro Becker 39c5bcd0df added goreleaser 7 years ago
Dmitri Shuralyov f98936746f Remove unneeded trailing slash. 7 years ago
Dave Brophy 60b465767c Add arbitrary to description 7 years ago
Dave Brophy 1f893183b2 Description caps 7 years ago
Dave Brophy 6361b59f58 Update description 7 years ago
Dave Brophy 9bfa3fb2dc Add Jennifer to code generation category 7 years ago
Kirill Danshin 13b0ef1496 Merge pull request #1278 from stefanbuck/patch-2
Add OctoLinker browser extension
7 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.
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
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
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
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