Commit Graph

3975 Commits

Author SHA1 Message Date
Avelino
ab55a76a01 change travis badge to gh action
Signed-off-by: Avelino <avelinorun@gmail.com>
2021-12-16 08:45:43 -03:00
Avelino
64710f23ac fixed all alphabetical order
Signed-off-by: Avelino <avelinorun@gmail.com>
2021-12-16 06:26:09 -03:00
Jerry Zhao
2e7737c06f
update description with a newly supported hash - BLAKE2s (#3922) 2021-12-11 17:30:38 +05:30
Tim Heckman
3cf72a1da5
spinner: move to Advanced Console UIs (#3933) 2021-12-11 17:29:47 +05:30
Phani Rithvij
08a98dfca8
varint: fix alphabetical order (#3932)
Change alphabetical order for #3925
2021-12-09 08:21:13 +05:30
Christophe Meessen
0e6b557230
add the github.com/chmike/varint package in the Miscellaneous/Uncategorized section (#3925) 2021-12-09 08:18:02 +05:30
Sergey Treinis
4222282c91 HnH/di 2021-12-08 17:12:36 -03:00
Gustavo Chain
f9bccad34f add sqlhooks 2021-12-08 17:09:05 -03:00
Aaron M
32f58b233c Add bqb "Basic Query Builder"
A novel query builder with 100% coverage, A+ Go Report, full documentation, and at least monthly updates. 

* [x]  I have added my package in alphabetical order.
* [x]  I have an appropriate description with correct grammar.
* [x]  I know that this package was not listed before.
* [x]  I have added pkg.go.dev 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), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standards).
2021-12-08 17:08:08 -03:00
David Zhang
55f7a88174 add go-lark 2021-12-08 17:02:15 -03:00
Vladislav Trotsenko
ff43b43e52
Add smtpmock (#3926) 2021-12-08 10:36:52 +05:30
Alexei Shevchenko
3411088d4e
add crawley, with fixed coverage link (#3897) 2021-12-08 10:32:05 +05:30
Leo Antunes
31b2076e59
add github.com/alecthomas/kong (#3930) 2021-12-08 10:24:50 +05:30
ddddddO
7db91bad0e add gtree 2021-12-07 11:38:55 -03:00
Eze Olea Figueroa
8f63d53cd0 Update README.md 2021-12-01 09:08:42 -03:00
Charles-Antoine Mathieu
4bf18176b6
Add Plik to the Other Software section
Please check if what you want to add to awesome-go list meets quality standards before sending pull request. Thanks!

Please provide package links to:
repo link : 
 - https://github.com/root-gg/plik/tree/master
live demo : 
 - https://plik.root.gg/#/
pkg.go.dev:
 - https://pkg.go.dev/github.com/root-gg/plik
goreportcard.com:
 -  https://goreportcard.com/report/github.com/root-gg/plik

coverage service link (codecov, coveralls, gocover etc.): 

Can't get any of them to work but coverage is displayed in every build :
https://github.com/root-gg/plik/runs/4300158864

ok  	github.com/root-gg/plik/plik	10.153s	coverage: 90.1% of statements
ok  	github.com/root-gg/plik/server/common	50.332s	coverage: 87.0% of statements
ok  	github.com/root-gg/plik/server/context	0.050s	coverage: 25.3% of statements (automatically generated accessors)
ok  	github.com/root-gg/plik/server/data/file	0.046s	coverage: 89.5% of statements
ok  	github.com/root-gg/plik/server/data/stream	0.084s	coverage: 100.0% of statements
ok  	github.com/root-gg/plik/server/data/testing	0.040s	coverage: 96.4% of statements
ok  	github.com/root-gg/plik/server/handlers	65.720s	coverage: 83.9% of statements
ok  	github.com/root-gg/plik/server/metadata	8.501s	coverage: 82.1% of statements
ok  	github.com/root-gg/plik/server/middleware	0.298s	coverage: 90.2% of statements
ok  	github.com/root-gg/plik/server/server	2.103s	coverage: 75.9% of statements

Tests are also run against compatible backends using Docker images (see the test-backends step)

Make sure that you've checked the boxes below before you submit PR: not every repository (project) will fit into every option, but most projects should

 I have added my package in alphabetical order. YES
 I have an appropriate description with correct grammar. YES
 I know that this package was not listed before. YES
 I have added pkg.go.dev link to the repo and to my pull request. YES
 I have added coverage service link to the repo and to my pull request. See above
 I have added goreportcard link to the repo and to my pull request. YES
 I have read Contribution guidelines, maintainers note and Quality standard. YES

Thanks for your PR, you're awesome! 👍 
No YOU are awesome :)
2021-11-24 16:20:21 +01:00
Glen De Cauwsemaecker
99c9188ea0 add bqwriter to the list of Third-Party APIs
The library is currently on `v0.6.0` and is already used in production for several
products by OTA-Insight. We aim to have to be on a stable version in the near future.
In order to do so we are waiting on:

- the stabilisation of the Storage API used for one of three possible clients under the hood;
- opt-in data write error handling with managed retry: decide whether we want it or not, and if so, lock this into the API;
2021-11-16 20:59:47 -03:00
Yiling-J
719fc433ab add cacheme 2021-11-16 15:28:21 -03:00
Ibrahim hanif
67e3d05922 add: prisma client go orm 2021-11-10 09:59:49 -03:00
Mohamed Sohail
646554bd6d add: dnsmonster 2021-11-10 09:56:34 -03:00
lesismal
b964f20eeb update: nbio 2021-11-10 09:53:18 -03:00
Surya Asriadie
b9dad4e622 Add rel 2021-11-10 09:52:02 -03:00
David Sharnoff
844227a8c5 my fork of nject represents the ongoing development
I'm the original author.  BlueOwl declined to work with me on continued development so I kept going without them.
2021-11-10 09:51:13 -03:00
Marc-Antoine Argenton
586c6fb315 Add maargenton/go-testpredicate under Testing 2021-11-10 09:49:09 -03:00
Timofey.Kovalev
f4f2a472fb github.com/dedalqq/omg.testingtools add package 2021-11-08 09:52:01 -03:00
presbrey
28f3c63e5a fix teleterm typo 2021-11-08 09:50:52 -03:00
Oleg Kovalov
2df8579ef8 add cristalhq/acmd 2021-11-05 10:13:23 -03:00
Jonathan Curran
eddb1fc871 Add "is" testing framework 2021-11-05 10:05:37 -03:00
tanushree57
be93426483 Updated README.md with tutorials
Added 2 tutorial sites for Go lang
2021-11-05 10:00:12 -03:00
Boshi Lian
0599f71bea add go-htpasswd 2021-11-05 09:54:41 -03:00
Abel Tay
d8e8c765a4 Add xid library 2021-11-04 11:32:04 -03:00
jfbus
fc7f472697 Add fsm package 2021-11-04 11:29:19 -03:00
satboy78
5920c8ce3f add andygeiss/esp32-transpiler transpiler from go to Arduino code. 2021-11-04 11:13:15 -03:00
Michael Graf
103b370567 Update README.md with controversy
https://github.com/golang-standards/project-layout/issues/117
2021-11-04 10:44:10 -03:00
Marco Franssen
653b26d1c4 Add section with Zero Trust related projects 2021-11-04 10:30:24 -03:00
Preslav Mihaylov
c04b8c496a
Add todocheck to awesome-go (#3753) 2021-11-01 08:34:24 +05:30
Sophia Brandt
dcaedf729e Add ardanlabs/service starter kit 2021-10-26 15:29:03 -03:00
Daniel Jun Suguimoto
a35c7cb2fc add kool 2021-10-26 15:27:12 -03:00
Hadi Hidayat Hammurabi
d7018e4180 Add Ngamux/Ngamux HTTP Router 2021-10-26 15:13:04 -03:00
Bob Glickstein
827eb5b0a6 Add github.com/bobg/basexx. 2021-10-25 20:22:07 -03:00
Gituser143
33ed674617 Add grofer to list 2021-10-25 05:53:28 -03:00
Raehan Afrizal Wicaksono
85b86162d5 add go doc to editor plugins cataegory 2021-10-24 11:31:55 -03:00
Bob Glickstein
0ebcdd8d26 Add github.com/bobg/subcmd. 2021-10-24 08:21:38 -03:00
Bob Glickstein
683627bfe3 Add github.com/bobg/mid. 2021-10-24 08:21:11 -03:00
Bob Glickstein
52d9266e9e Add github.com/bobg/hashsplit. 2021-10-24 08:20:20 -03:00
mahajanrajan
07094c752d Made the writing more personalized to read. 2021-10-24 08:18:55 -03:00
Bob Glickstein
dd5b51f9a2 Add github.com/bobg/modver. 2021-10-24 08:07:04 -03:00
Edilson Alves
24415387c8 docs: add kratos to distributed systems category 2021-10-22 19:58:07 -03:00
mafulong
434389f2a5 godal sql to golang model 2021-10-22 08:09:54 -03:00
alfiankan
6c2ef29d32 add teleterm Telegram Bot Exec Terminal Command 2021-10-22 08:04:58 -03:00
karolinyoliveira
0aebbe2e72 add linkedin avro repo 2021-10-21 07:45:30 -03:00
Mukesh Sharma
130f64da99 docs: Added coc-go vim/neovim language server extension to editor plugins 2021-10-19 11:49:48 -03:00
aler9
06f2f806f6 add goroslib 2021-10-19 09:31:57 -03:00
adamantal
d98ef5dcae Renaming KrakenD to Lura 2021-10-19 07:14:10 -03:00
Thomas Obenaus
9e540501a2 Update added small change 2021-10-19 07:01:50 -03:00
Thomas Obenaus
f3b25aaa4d Update added go-conf 2021-10-19 07:01:50 -03:00
itsAftabAlam
ea669442a0 updated README.md , added hyperlink to banner 2021-10-19 05:54:07 -03:00
Muhamad Azizi
8729856ad3 Add Tutorial
Add tutorial Golang Tutorial Guide
2021-10-18 05:51:27 -03:00
satboy78
6b5359a5d7
add lana-commandbus to miscellaneous section (#3828) 2021-10-17 14:51:45 +05:30
Jitendra
6e4a21a605
Add adhocore/gronx in Job Scheduling section (#3837) 2021-10-17 14:41:31 +05:30
Thanakorn.K
5ce57105f7
Update Go RabbitMQ Client Library into README.md file (#3831) 2021-10-17 14:38:33 +05:30
Bhargav SNV
59ebc428b3
Add cryptgo to list! (#3782)
* Add cryptgo to list!

* Revert Changes

* Add cryptgo without table formatting
2021-10-17 14:14:18 +05:30
Siddharth Johri
f1dc2ba6f9
Add gowitness (#3839) 2021-10-17 11:03:18 +05:30
Phani Rithvij
873d4fbc7c
Revert book link and description (#3833) 2021-10-14 15:43:52 +05:30
Stjepan Jureković
f965c285b3
Added Continuous Delivery in Go (#3832)
* Added 100 Go Mistakes: How to Avoid Them
* Adde 100 Go Mistakes: How to Avoid Them
* Added Build an Orchestrator in Go
* Added Continuous Delivery in Go
* Fixed merge conflicts (@phanirithvij)

Co-authored-by: Phani Rithvij <phanirithvij2000@gmail.com>
2021-10-14 15:38:27 +05:30
Neil O'Toole
348783c833
add neilotoole/jsoncolor to JSON section (#3792) 2021-10-09 12:48:17 +05:30
Jovan
8e262a370c
feat: A pure non-intrusive cache library implemented by golang, you can use it to implement your own distributed cache. (#3757) 2021-10-09 11:47:47 +05:30
Xiangyu Wang
48187d4ee7
add milvus (#3794)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
2021-10-09 11:30:56 +05:30
Achilles Kaloeridis
895bb1f1ec
Add the Golang Athens Meetup to the list (#3813) 2021-10-09 11:28:45 +05:30
Apipol Sukgler
4715f943fb
replace goribot with gospider because project has been move to gospider (#3816) 2021-10-09 11:27:57 +05:30
Herman Slatman
10f3fdc177
Add Age (#3795)
* Add github/FiloSottile/age

* Add CertMagic

* Remove CertMagic (from this PR)
2021-10-09 11:25:38 +05:30
Herman Slatman
74f402d5f1
Add CertMagic (#3811) 2021-10-09 11:24:59 +05:30
Thomas Bonfort
2230dceac2
add godal to geographic (#3797)
* add cogger and godal to geographic

* Update README.md
2021-10-09 11:19:37 +05:30
Alex Archer
78c3868bfb Remove GothamGo conference; website no longer functioning 2021-10-08 15:17:10 -03:00
Will Wu
f61da4e094
add https://github.com/unionj-cloud/go-doudou (#3729)
* add https://github.com/unionj-cloud/go-doudou

add go-doudou https://github.com/unionj-cloud/go-doudou

* Change order to comply with alphabetical order

Change order to comply with alphabetical order
2021-10-07 11:32:57 +05:30
CesarCueva
1a9b299d5b
adding my colaboration for this callenge (#3781) 2021-10-07 11:28:19 +05:30
Danny Carrillo
235e04b73e
Adds GoProverbs to website list (#3799) 2021-10-07 10:59:30 +05:30
Vicente Eduardo Ferrer Garcia
17f7d4a910
Update README.md (#3800) 2021-10-07 10:57:53 +05:30
Bambang Supriadi
b995ac5f0f
Added Tutorial (#3810) 2021-10-07 10:50:46 +05:30
Fatih Baltacı
9b4bb7c5ce
Add ddosify load testing tool (#3804) 2021-10-07 09:02:33 +05:30
Alex
444d38fba5
Add glab to list of libraries for version control (#3805) 2021-10-07 08:55:16 +05:30
Alex
f703dd4bd9
Update conferences (#3807)
* Update GolangUK conference with revised name GopherCon UK

* Include GoWest Conference in the USA

* Re-write BR as Brazil to be consistent with other conference namings

Co-authored-by: Phani Rithvij <phanirithvij2000@gmail.com>
2021-10-07 08:51:53 +05:30
Alex Meyer
e69f16b361
add arduino-cli to Hardware section (#3809) 2021-10-07 08:36:38 +05:30
Alex
331107ed77
Change weblinks to use https rather than http only in cases when have confirmed link still works with https (#3808) 2021-10-07 08:35:50 +05:30
0xflotus
815f398c41
fix: few typo errors (#3801) 2021-10-06 04:00:06 +05:30
Tom Zille
19888da91f Fixed two Typos 2021-10-05 12:08:04 -03:00
Milica
76ceb3ec22 add belgrade golang meetup 2021-10-05 12:07:27 -03:00
Doychin Atanasov
942ac06faa
Add Euterpe to the list of servers (#3737) 2021-10-03 13:18:20 +05:30
Alessandro Ros
998dc219bd
replace unmaintained go-hardware link with a selected list of packages (#3751) 2021-09-30 14:49:58 +05:30
Jerry Zhao
287bf7172a
update description with newly supported hashes (#3754) 2021-09-27 15:45:58 +05:30
Abhimanyu Sharma
f5c1ca0b87
Adding sttr (#3756)
Adding sttr cross-platform, cli app to perform various operations on string.
2021-09-27 15:36:54 +05:30
Achilles Kaloeridis
6070d152bc
Add Thessaloniki golang meetup (#3760) 2021-09-27 15:27:58 +05:30
Daniil Literate
e89e264254 Add genmock (mocking with code generator) 2021-09-17 15:08:56 -03:00
Youth.霖
7f55de44bd fix alphabetical order 2021-09-17 15:07:11 -03:00
Youth.霖
d9ce43d71d add github.com/youthlin/t
add a i18n package
2021-09-17 15:07:11 -03:00
alessandroargentieri
7ce2d24dda added noodlog library to the list 2021-09-17 15:03:58 -03:00
Ben Asaf
fa471593c5 Fixed broken Hyperlinks for 'Authentication and OAuth' and 'Blockchain'. Added 'back-to-top' hyperlink. 2021-09-14 08:37:09 -03:00
Ben Asaf
6bcffbc0f1 Added a 'back to top' to the README.md. You can find it after every section that starts with ## and ### 2021-09-14 08:37:09 -03:00
Avelino
fa64ff8e4a remove waveform archived
Signed-off-by: Avelino <avelinorun@gmail.com>
2021-09-12 08:52:37 -03:00
Sam Ban
d97e73fd64 adding sshman - remote authorized_keys manager 2021-09-11 10:29:04 -03:00
Alexander Melentyev
3d0d3758c3 Add dot 2021-09-10 15:51:14 -03:00
Alexander Melentyev
f35e7733f3 Add go-clean-template 2021-09-10 15:51:14 -03:00
Nofeatures Onlybugs
39f946dd5b Add set to README.md 2021-09-09 17:44:49 -03:00
Aidas
24c780c40a Update README.md 2021-09-09 17:36:47 -03:00
Timofey Koolin
3a3d218ea2 Update README.md 2021-09-09 17:34:17 -03:00
dongxuny
5d300c40e8 Add rookie-ninja/rk-grpc under Middleware 2021-09-09 17:33:16 -03:00
dongxuny
cfef3f8bc7 Add rookie-ninja/rk-gin under Middlewares 2021-09-09 07:22:58 -03:00
dongxuny
300afef6e4 Add rookie-ninja/rk-boot under Web Frameworks 2021-09-09 07:22:58 -03:00
levene
307200c4c2 Update README.md
add ini library

repo link:https://github.com/wlevene/ini
pkg.go.dev:https://pkg.go.dev/github.com/wlevene/ini/parser
2021-09-09 07:22:17 -03:00
Jannis Mattheis
7edf56817e Add github.com/jmattheis/goverter 2021-09-08 21:37:29 -03:00
Dj_Mike238
bcbc2f70ee echotron: update description 2021-09-08 21:22:10 -03:00
yudppp
bbd8c40836 Add throttle library 2021-09-08 21:21:21 -03:00
John Arundel
f40670e2a3 Update 'For the Love of Go' link 2021-09-07 14:35:13 -03:00
wener
48421f8e4c Add go-req 2021-09-07 14:33:20 -03:00
Amit Davidson
0890d2b334 Update README.md 2021-09-07 14:14:47 -03:00
Rajashekar
6e5474e3ea Removed Golang Challenge Website
http://golang-challenge.org is not available now.
2021-09-07 14:09:33 -03:00
Barbariansyah
6daa7ff425 chore: Replace Link for 'Building Web Apps With Go' and 'Build Web Application with Golang' 2021-09-06 19:31:14 -03:00
GOSAMPLES
e57840001c
Add gosamples.dev (#3704) 2021-09-03 12:21:56 +05:30
DarthPestilane
20f7e534dc add easytcp 2021-09-02 22:10:54 -03:00
Peter Ohler
29ad341b60 Add OjG 2021-09-02 22:07:24 -03:00
Ani Channarasappa
f0f033e14d Added ticker to Financial 2021-09-02 22:05:35 -03:00
Aurelie Vache
77b4f87649 feat: add gophers artwork and learning go by example tutorial 2021-09-02 21:36:04 -03:00
jonoton
72685cb806 Add Scout 2021-09-02 21:33:48 -03:00
Nikita Titov
f3f96c64ee address review comment 2021-09-02 21:30:05 -03:00
Nikita Titov
c9ec648cf9 Add m2cgen for transpiling ML models into Go code 2021-09-02 21:30:05 -03:00
Roman Sharkov
dd205dd83d Add sched 2021-09-02 21:26:47 -03:00
Amangeldy Kadyl
2b63693fde
add go-webp library (#3710) 2021-08-23 18:34:33 +05:30
gouguoyin
598933bf46
Add dongle (#3702) 2021-08-23 18:32:06 +05:30
valord577
5b4e86629e add customizable HTTP client library - httpc 2021-08-16 19:11:04 -03:00
Gabriel Nützi
c3297697d0 Update README.md 2021-08-16 19:10:02 -03:00
Timofey.Kovalev
38a89e0544 add omg.jsonparser 2021-08-12 08:08:28 -03:00
Chris Cross
030cbac185 Add github.com/chriscross0/go-restcountries 2021-08-12 08:07:28 -03:00
Jonathan Chun
972145d568 Add github.com/jonchun/pathtype 2021-08-12 08:01:56 -03:00
Marco Ferragina
627fc436ce Add github.com/ferama/rospo 2021-08-12 07:59:56 -03:00
andy2046
122b79409d feat: add adaptive accrual failure detector 2021-08-12 07:58:43 -03:00
Bob Glickstein
787c5acd8e Add github.com/bobg/merkle 2021-08-12 07:55:07 -03:00
Janos Pasztor
44100e1d5f Added gotestfmt
Added gotestfmt, a tool to post-process go test output and make it more readable in CI systems.

https://github.com/haveyoudebuggedit/gotestfmt
2021-08-12 07:49:07 -03:00
Shubham Sinha
9bc432b6b6 Adding Moxy 2021-08-12 07:34:23 -03:00
Luca Sepe
118c2eaa01 add tbd - a really simple way to create text templates (with builtin Git repo metadata exposed) 2021-08-12 07:33:42 -03:00
Carl Johnson
66bbd42cc1 Update README.md 2021-08-12 07:32:05 -03:00
Carl Johnson
588531258a README: Add requests: HTTP requests for Gophers 2021-08-12 07:32:05 -03:00
Mario
ef82821f60
Add bafi to list (#3677) 2021-08-11 16:08:38 +05:30
Felix
abd199bcb7
correct beego orm link (#3699) 2021-08-10 13:10:49 +05:30
Manuel Wieser
2f90614a1d Add go-starter 2021-08-09 07:52:16 -03:00
Nhat
9d60314b1c
add sunary/sqlize (#3697) 2021-08-09 08:29:10 +05:30
benjaminwu
21c8d5e8a7
Add Easegress (#3634)
Co-authored-by: benjaminwu <yihengwu@megaease.com>
2021-08-07 16:51:26 +05:30
Mark Kopenga
d89b49440c
Add muesli/termenv (#3685) 2021-08-04 10:12:47 +05:30
yedf2
87cc83a134
add dtm (#3662)
* add dtm

* dtm changes made

Co-authored-by: yedongfu <dongfuye@163.com>
2021-08-04 10:10:14 +05:30
xuri
6ba244d079
Update excelize repo URL (#3690) 2021-08-03 07:38:21 +05:30
gouguoyin
87ab7ad082
Add carbon (#3670)
> 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-standards) before sending pull request. Thanks!

**Please provide package links to:**

- repo link (github.com, gitlab.com, etc):https://github.com/golang-module/carbon
- pkg.go.dev:https://pkg.go.dev/github.com/golang-module/carbon
- goreportcard.com:https://goreportcard.com/report/github.com/golang-module/carbon
- coverage service link ([codecov](https://codecov.io/), [coveralls](https://coveralls.io/), [gocover](http://gocover.io/) etc.):https://app.codecov.io/gh/golang-module/carbon

Very good coverage

**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:**
_not every repository (project) will fit into every option, but most projects should_

- [x] I have added my package in alphabetical order.
- [x] I have an appropriate description with correct grammar.
- [x] I know that this package was not listed before.
- [x] I have added pkg.go.dev 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), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standards).

Thanks for your PR, you're awesome! 👍
2021-08-01 12:39:02 +05:30
Alexander Liesenfeld
2294fc9d31
Added github.com/alexliesenfeld/health. (#3683) 2021-07-30 01:44:16 +05:30
whiteShtef
56ad763b63
Remove whiteshtef/clockwork (#3682)
* remove clockwork
2021-07-29 01:47:55 +05:30
Daniel Milde
b38aea0ebc Add gdu
**Please provide package links to:**

- repo link (github.com, gitlab.com, etc): https://github.com/dundee/gdu
- pkg.go.dev: https://pkg.go.dev/github.com/dundee/gdu
- goreportcard.com: https://goreportcard.com/report/github.com/dundee/gdu
- coverage service link ([codecov](https://codecov.io/), [coveralls](https://coveralls.io/), [gocover](http://gocover.io/) etc.): https://coveralls.io/github/dundee/gdu?branch=master

Very good coverage

**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:**
_not every repository (project) will fit into every option, but most projects should_

- [x] I have added my package in alphabetical order.
- [x] I have an appropriate description with correct grammar.
- [x] I know that this package was not listed before.
- [x] I have added pkg.go.dev 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), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standards).

Thanks for your PR, you're awesome! 👍
2021-07-23 06:19:41 -03:00
Raphael Santo Domingo
9a31725c8e Add ach 2021-07-23 06:18:26 -03:00
Marvin Wendt
8120665341 add testza 2021-07-23 06:14:54 -03:00
Shubham Sinha
ddb0244b8d Adding Go-Actuator 2021-07-23 06:13:15 -03:00
Marko Kungla
2471030135 Add bexp - Brace Expansion library 2021-07-23 06:08:45 -03:00
Peter Stace
cb99c736ff Add simplefeatures 2021-07-23 06:01:08 -03:00
Ed Freyfogle
12ff2b1554 Update OpenCage URL 2021-07-23 05:57:22 -03:00
Owen Young
b3c61a7ac0 Add Track Awesome List 2021-07-23 05:56:31 -03:00
Nuno Cruces
8eb35bc813 Add zenity 2021-07-23 05:55:05 -03:00
James Mills
8264ddbc23 Fix the sourcecode URLs for many of my (prologic) Go libraries 2021-07-12 20:00:10 -03:00
Negasus
80ce875ca4 add Balerter to the DevOps section 2021-07-08 07:36:48 -03:00
Samuel Guyah
2e8aacc1f0 added period 2021-07-06 06:06:16 -03:00
Samuel Guyah
fd3291bfcd Elvish Programming Language 2021-07-06 06:06:16 -03:00
Milad Ebrahimi
5408bd23c2 Add vjson library 2021-07-06 06:04:59 -03:00
Nikolay Dubina
9845557fba Update README.md 2021-07-06 06:01:51 -03:00
Max Chechel
281d81e6f4 Added hexdingest/execpool to the Goroutines category 2021-07-06 05:56:21 -03:00
Wendell Sun
b02e21c26a Add awesome-go-extra 2021-07-06 05:46:59 -03:00
Roman Atachiants
aa3af29622 Adding kelindar/bitmap
Hi folks,

I'm adding a high quality implementation of a dense bitmap/bitset which supports various logical operations, iterating over, filtering and is SIMD-enabled (AVX2) for large dense bitsets. AVX-512 contributions would be welcome, if anyone has CPU that supports these.

- github.com repo: https://github.com/kelindar/bitmap
- pkg.go.dev: https://pkg.go.dev/github.com/kelindar/bitmap
- goreportcard.com: https://goreportcard.com/report/github.com/kelindar/bitmap
- coverage service link: https://coveralls.io/github/kelindar/bitmap (**97% coverage**)

**Make sure that you've checked the boxes below before you submit PR:**
- [x] I have added my package in alphabetical order.
- [x] I have an appropriate description with correct grammar.
- [x] I know that this package was not listed before.
- [x] I have added pkg.go.dev 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), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).

Thanks for reviewing this!
2021-06-30 18:49:02 -03:00
wizjin
ca2ef230d1 Add chanify. 2021-06-29 07:32:55 -03:00
olku
a859fad3b6 Remove QBS
Removed QBS (Query By Struct) ORM as QBS hasn't been updated for over 4 years.
2021-06-28 09:14:38 -03:00
Rijul Gulati
a3d92ca2ad Added go-andotp 2021-06-20 16:08:04 -03:00
Rijul Gulati
bd23bff1b3 Added go-andotp 2021-06-20 16:08:04 -03:00
Pascal Dennerly
bc90329e8e End description. 2021-06-20 16:05:04 -03:00
Pascal Dennerly
1e59b1853e Update README.md 2021-06-20 16:05:04 -03:00
Roman Atachiants
0c9fee8da5 Update README.md 2021-06-20 15:41:58 -03:00
Samir Alajmovic
82d45cb806
Add mani to the Utilities category (#3637)
* Add mani

* Update

* Remove newline
2021-06-20 00:26:49 +05:30
Phani Rithvij
0d6845d2cf
Add clipboard (#3631) 2021-06-13 12:32:35 +05:30
Evan Surdam
e8448ac83c Add go-swagger-ui 2021-06-04 22:10:25 -03:00
Rijul Gulati
ddd33e521c Build fix 2021-06-02 12:13:51 -03:00
Rijul Gulati
11d1c7f3e2 added otpgen 2021-06-02 12:13:51 -03:00
Oliver N
09fd1cd9e9 add ujson 2021-06-02 09:52:36 -03:00
Jay Zhang
71e6bd217e sort alphabetically 2021-06-01 09:04:08 -03:00
Jay Zhang
7eb3a0311d add wangyoucao577/go-project-layout 2021-06-01 09:04:08 -03:00
O'meid
d054d06e3b Add Configuration/uConfig
Add uConfig configuration management library.
2021-06-01 06:56:08 -03:00
Jo Vandeginste
53c3516d30 Add "jovandeginste/payme"
QR code generator (ASCII & PNG) for SEPA payments.
2021-06-01 06:51:00 -03:00
aler9
f4bbc5ee74 Add gortsplib 2021-06-01 06:49:59 -03:00
Avelino
616a3eff0b
Project Layout: set unofficial highlight 2021-06-01 06:44:37 -03:00
rainu
919b0c72c4 Add command-chain 2021-06-01 06:36:35 -03:00
hdt3213
d44bb3e644 add godis into database category 2021-06-01 06:35:14 -03:00
Jay Gabriels
d98eb0b58d Update ghorg to be listed under DevOps category 2021-05-28 20:40:35 -03:00
Irvan Ahmad Prasetya
28b5958ce6 Remove pyros2097/go-embed 2021-05-26 06:39:57 -03:00
J. Hart
55a25927b9 Added GoFlake
Submitting a pull request to add GoFlake to the UUID section of the libraries. Contribution guidelines have been read and complied with.
2021-05-15 12:37:37 -03:00
Çağatay
ce85c5547b Added marker 2021-05-13 06:08:35 -03:00
Yuriy Nazarenko
f100086da8 Ended line with dot for "Data Structures" -> parapipe 2021-05-13 05:45:21 -03:00
Yuriy Nazarenko
ccfc01424c Added "Data Structures" -> parapipe 2021-05-13 05:45:21 -03:00
Robert Pająk
d599ac9b85 taskflow migrated to goyek 2021-05-13 05:43:18 -03:00
Yaroslav Podorvanov
c92166e250 Added JSON-to-Proto under Go Tools 2021-05-13 05:41:58 -03:00
Iheb Haboubi
531c70dcb4 add punctuation in description 2021-05-13 05:41:12 -03:00
Iheb Haboubi
183626eecd add dsu 2021-05-13 05:41:12 -03:00
Mikalai Konan
330f9fb8c2 added go-type 2021-05-13 05:40:09 -03:00
Iglou.eu
fa27eec9eb Fix wildcard typo ... 2021-05-13 05:36:01 -03:00
Iglou.eu
09b8471c01 Add go-wilcard 2021-05-13 05:36:01 -03:00
ADiLet
17faf5ad88 Added Golang Poland meetup 2021-04-30 04:41:35 -03:00
Milos Stojanovic
c634e78977 Added GoTuna 2021-04-26 15:53:13 -03:00
soypat
44a1bf846c just one package 2021-04-26 15:52:08 -03:00
soypat
f15c4079c6 fix godesim order 2021-04-26 15:52:08 -03:00
soypat
d48c82b911 add gitaligned 2021-04-26 15:52:08 -03:00
soypat
fb660d25db add godesim 2021-04-26 15:52:08 -03:00
Alexey Popov
a5971a29ec Added github.com/alexeyco/pig – simple pgx wrapper to execute and scan query results easily 2021-04-26 15:35:10 -03:00
roseduan
20f1d5ab97 add rosedb
add a k-v database rosedb
2021-04-26 08:00:58 -03:00
Lea Anthony
2383fdb75e Add debme 2021-04-26 07:56:00 -03:00
Valentin Khomutenko
270ac3f304 add normalize lib 2021-04-26 07:53:22 -03:00
Hamed Yousefi
1e21c74494 fix link alphabetical order 2021-04-26 07:47:15 -03:00
Hamed Yousefi
0f7b98dd1f add Gowl to the Goroutines list 2021-04-26 07:47:15 -03:00
Sergey Podgornyy
43245454ad Add larapulse/migrator to the Database migrators list 2021-04-26 07:42:39 -03:00
DarkFighterLuke
4828112d8a Reordered position 2021-04-19 18:23:01 -03:00
DarkFighterLuke
d722c7d835 Add echotron telegram bot library 2021-04-19 18:23:01 -03:00
Rasool Dastoori
a86c385825 Add higgs 2021-04-15 22:03:24 -03:00
Drew Stinnett
a70aed9fc9 Adding go-output-format 2021-04-15 12:20:03 -03:00
Brandon
0d24c0da8d Update README.md 2021-04-15 12:14:36 -03:00
Iglou.eu
b834ee0e14 Add go-yapla 2021-04-15 12:07:08 -03:00
Arthur Silva
b149db8cee add golang-ifood-sdk 2021-04-15 12:06:23 -03:00
Armin
51ce6aecd9 Add roumon 2021-04-15 12:04:05 -03:00
Avelino
1d289bdfe5
travis: set nodejs version to stable
Signed-off-by: Avelino <t@avelino.xxx>
2021-04-09 09:32:34 -03:00
Avelino
f16ea104a5
add producthunt link 2021-04-09 09:07:46 -03:00
Avelino
25b7a50294
use logo via github raw 2021-04-09 09:02:17 -03:00
Avelino
70676e623e
set new awesome-go logo
Signed-off-by: Avelino <t@avelino.xxx>
2021-04-09 08:30:35 -03:00
manuelbcd
f1732c7c21
#3551 Changed go-myanimelist webpage (#3552) 2021-04-01 12:13:10 -03:00
manuelbcd
e5c8b60537
Update README.md (#3540) 2021-03-30 11:36:01 -03:00
Benjamin Cane
11448b7b24
Adding Tasks (#3497) 2021-03-30 10:06:40 -03:00
Meir Blumenfeld
97f87ba09a
Fix #3541 (#3549) 2021-03-30 08:02:07 -03:00
Serhat Şevki Dinçer
97c6a34ff0
add jfcg/yell (#3536) 2021-03-29 09:52:41 -03:00
Denis Sedchenko
25ab8dcea8
Add docker-go-mingw (#3542)
* add docker-go-mingw

* More descriptive summary for docker-go-mingw
2021-03-27 09:53:38 -03:00
Yankee
bdd65cb74a
Add Golang Kathmandu Meetup (#3544) 2021-03-27 09:09:09 -03:00
Yankee
1901972c34
Add practical go lessons book (#3543) 2021-03-27 09:08:32 -03:00
Felipe Zipitría
4aac52d683
feat(date): add gostradamus (#3534)
Signed-off-by: Felipe Zipitria <felipe.zipitria@owasp.org>
2021-03-27 08:56:40 -03:00
OldPanda
b2c06bc627
Add bloomfilter (#3533) 2021-03-27 08:55:47 -03:00
Guilherme Caruso
8a6ffd0fa2
added anko project (#3531) 2021-03-27 08:52:05 -03:00
Swastik Baranwal
2fd4b53eef
readme: shift box-cli-maker from standard cli to adv. console ui (#3530) 2021-03-27 08:50:00 -03:00
Janos Pasztor
f20cf11ed3
Adding Debugged.it Go patterns (#3528)
Reviving #3517
2021-03-27 08:49:32 -03:00
Ageev Pavel
e52f2c27ed
Add insidieux/inizio to Project Layout list (#3527) 2021-03-27 08:48:26 -03:00
Reindert
b81d4f5d43
Add Confetti Framework (#3526)
**Please provide package links to:**

- github.com repo: https://github.com/confetti-framework/confetti
- pkg.go.dev: https://pkg.go.dev/github.com/confetti-framework/confetti
- goreportcard.com: https://goreportcard.com/report/github.com/confetti-framework/confetti
- coverage service link ([codecov](https://github.com/confetti-framework/confetti/blob/main/test/README.md)

**Make sure that you've checked the boxes below before you submit PR:**
- [x] I have added my package in alphabetical order.
- [x] I have an appropriate description with correct grammar.
- [x] I know that this package was not listed before.
- [x] I have added pkg.go.dev 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), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).
2021-03-27 08:44:08 -03:00
Rahul Baruri
7962217989
Added gofp in the functional list (#3507)
* Added gofp in the functional list

* updated alphabetic order
2021-03-09 13:58:34 -03:00
Avelino
38c7e9b94b
remove github.com/tcolgate/mp3 (#3524)
ref: #3522 more than 1 year without update
sad to have to remove libraries

Signed-off-by: Avelino <t@avelino.xxx>
2021-03-08 11:02:51 -03:00
Avelino
e9a940a426
remove github.com/krig/go-sox (#3523)
ref: #3522 - more than 1 year without update

Signed-off-by: Avelino <t@avelino.xxx>
2021-03-08 21:31:00 +08:00
Tejus
36cdbd5c80
Update README.md (#3520) 2021-03-06 16:54:08 -03:00
SystemGlitch
e74de38c3f
Update goyave link (#3516) 2021-03-06 16:51:27 -03:00
Linvon
c548f29606
Add a more comprehensive cuckoo filter (#3515)
* Update README.md

* fix order
2021-03-06 16:51:03 -03:00
Nikolay Dubina
3aebef22b3
added go ml benchmarks (#3500)
* added go ml benchmarks

* Update README.md

* Update README.md

* Update README.md
2021-03-06 13:51:25 -03:00
lesismal
8f9ff83abc
Add lesismal/nbio (#3496) 2021-03-06 12:45:51 -03:00
Jamey Cribbs
3f6fb15c5f
Add link to hare under Databases. (#3490) 2021-03-06 12:33:55 -03:00
Matthias Dötsch
2620ab5540
Added "slack-bot" (#3484) 2021-03-06 12:32:39 -03:00
Kevin Wan
387c1f0a99
add go-zero (https://github.com/tal-tech/go-zero) (#3480) 2021-03-06 12:30:38 -03:00
donald-art
c093630573
add blocky to other software (#3476) 2021-03-06 12:26:45 -03:00
Naoki Kanatani
61c8b2cbf9
Fix link to slack API client (#3506)
Now nlopes/slack is transferred to slack-go/slack.

See also: https://github.com/slack-go/slack/issues/642
2021-02-23 21:53:27 -03:00
maja42
1c718e2369
add maja42/goval (#3466) 2021-02-20 18:33:07 -03:00
Anton Kornilov
ba50af494c
Update README.md (#3493) 2021-02-19 13:18:49 -03:00
Patricio Whittingslow
7d2a03c4d8
Add rebed (#3494) 2021-02-19 13:17:45 -03:00
Inanc Gumus
7f59d3d38a
Add learngo (#3495) 2021-02-19 09:23:35 -03:00
Milos Gajdos
c08a298a36
Add go-estimate (#3487) 2021-02-19 08:46:05 -03:00
Simon Nilsson
3c44fb9913
Add ask to JSON category (#3478) 2021-02-19 08:33:37 -03:00
Florent Clairambault
34c1261091
Ftpserverlib (#3474)
* Adding ftpserver + ftpserverlib

- ftpserverlib is a library to help you build your own FTP server easily
- ftpserver is a ready-to-use FTP server based on this library and with a S3 and SFTP backend implementation

* Removing ftpserver

* Missing a dot ?
2021-02-19 08:29:06 -03:00
Mehrdad Arshad Rad
558c1dda6a
add tcpdog (#3472) 2021-02-19 07:21:49 -03:00
Aleksandar Nesovic
46ad79344c
🎨 Add github.com/go-OAS/docs (#3468) 2021-02-19 07:18:31 -03:00
Alexey A Maximov
bf6c5c2c5d
Add github.com/go-kata/kinit (#3467) 2021-02-19 07:12:21 -03:00
Milad Abbasi
d5e07b00ca
Add gonfig to configuration libs (#3465)
* Add gonfig to configuration libs

* Fix link

Co-authored-by: Milad Abbasi <mi.abbasi@sishemi.ir>
2021-02-19 07:08:13 -03:00
David Sharnoff
bd86f24f50
Add nject/npoint dependency injection frameworks (#3463) 2021-02-19 07:04:28 -03:00
frederikhors
d242edefe1
Add gqlgen (#3485) 2021-02-17 13:39:24 +05:30
Santiago
663da9f2c9
README.md: add ddt lib (#3460)
Co-authored-by: Santiago Rodriguez <srodriguez@MB-SRodriguez.local>
2021-02-17 11:37:35 +05:30
Swastik Baranwal
ac3ffb0eb3
add box-cli-maker (#3439) 2021-02-05 05:31:50 -03:00
Prashant Gupta
7d94bc2e54
added go-clip repo (#3388) 2021-02-05 05:29:56 -03:00
Igor Novgorodov
affd045690
Add Cortex-Tenant to Server Applications (#3454) 2021-01-28 08:45:20 +05:30
Robert Catmull
ec3b9dbc62
Adding go-workers to README.md (#3461) 2021-01-27 15:17:12 +05:30
Eli Davis
d8454f841f
Added Unitpacking (#1) (#3462) 2021-01-27 15:10:35 +05:30
Pascal Dennerly
132c63827e
Add httpref (#3457) 2021-01-23 11:58:24 +05:30
Ildar
169b98e006
add wajox/gobase (#3413) 2021-01-23 11:53:57 +05:30
Asai Yusuke
dfaef56310
Add AsaiYusuke/jsonpath (#3449) 2021-01-22 09:31:05 +05:30
Enrico Bianchi
7bfa6d1475
Switched Go Oracle ODPI-C Driver (#3450)
* Removed deprecated driver

* Added new oracle driver

* Added missing period

* Fixed alphapet order
2021-01-22 09:28:07 +05:30
Law Zava
df3af150a5
Added go-pg-migrate link (#3452) 2021-01-22 09:26:55 +05:30
Adrian-George Bostan
6300ca87df
Add xdg (#3448) 2021-01-22 09:22:40 +05:30
Avelino
779a59670f
remove dynago
ref: #3453

Signed-off-by: Avelino <t@avelino.xxx>
2021-01-18 20:16:41 -03:00
Avelino
b8e45a7b1e
remove constabulary/gb
fixed: #3412

Signed-off-by: Avelino <t@avelino.xxx>
2021-01-18 20:12:48 -03:00
tick
2657e0fc34
Remove llgo (#3451)
llgo is no longer actively maintained and was dropped from the
official LLVM source tree in February 2020.
2021-01-18 20:10:11 -03:00
Avelino
470be4af16
upgrade pREST repository url
Signed-off-by: Avelino <t@avelino.xxx>
2021-01-18 10:39:38 -03:00
Avelino
9a6b91bc9f
clear archive repository
ref: #3453

Signed-off-by: Avelino <t@avelino.xxx>
2021-01-18 10:37:00 -03:00
Mehdi Pourfar
daf82cf4e7
Add webp-server (#3430) 2021-01-14 16:56:28 -03:00
Robert Pająk
4eaad16000
Create Build Automation category and add taskflow (#3401) 2021-01-13 22:11:08 -03:00
Thanh Ba Nguyen
8b6151cea3
Add REST client and database/sql driver for Azure Cosmos DB (#3414)
* Add package btnguyen2k/olaf

* Add database client and driver for Azure Cosmos DB

* Add database client and driver for Azure Cosmos DB

Co-authored-by: Thanh Nguyen <thanhn@microsoft.com>
2021-01-13 15:06:47 -03:00
Max Schmitt
f243ce2884
Add Playwright for Go (#3419) 2021-01-13 15:05:31 -03:00
Ilia Sergunin
c8ae183697
Add go-email-validator (#3418)
* Add go-email-validator

* Add point in the end of sentence
2021-01-13 15:04:10 -03:00
Hítalo Silva
205f73175e
Add link to fastjson repository (#3446) 2021-01-13 11:05:56 -03:00
mikepecha
39c6f30356
Added golangresources.com (#3444) 2021-01-13 11:03:11 -03:00
Thomas Poignant
547caa0291
Update README.md (#3441) 2021-01-13 10:55:05 -03:00
Shubham Sinha
5c6ca48c92
Adding Jsonic (#3440)
* Added Bleep to Utilities

* Added Jsonic to JSON
2021-01-13 10:54:29 -03:00
Bojan Zivanovic
475e93ec50
Add bojanz/address (#3436)
Co-authored-by: Bojan Zivanovic <bojan.zivanovic@platform.sh>
2021-01-13 10:52:12 -03:00
Masaya Hayashi
df6f9df837
Add device-check-go (#3435) 2021-01-13 10:51:20 -03:00
Alex
a4a358ff8a
Added another one db (#3433)
* Added go-mq

* Added github.com/cheshir/ttlcache to databases.
2021-01-13 09:39:13 -03:00
Kyle Piper
e0becee7b9
added cronticker (#3424)
* added cronticker

* Moved cronticker to `Job Scheduler`
2021-01-13 09:35:35 -03:00
Qingshan Luo
208461dfc2
Add zkits logger library. (#3417) 2021-01-13 09:30:07 -03:00
pasdam
aff27330c3
Add mockito to testing section (#3416) 2021-01-13 09:28:51 -03:00
Hazar
7cda351205
Typo (#3447)
typo - comprehensive
2021-01-13 09:23:02 -03:00
Matteo Grella
3541f047ae
Add https://github.com/nlpodyssey/spago (#3406)
* Add https://github.com/nlpodyssey/spago

* Update README.md
2021-01-13 11:32:25 +05:30
Robert Pająk
5fea0b71a1
Add golang-templates/seed (#3432) 2021-01-08 13:17:56 -03:00
Herby Gillot
8c1d0e55bb
Add the sprig template functions library (#3431) 2021-01-06 21:22:52 +05:30
Ronnie
fabe9f0615
add changie (#3423) 2021-01-04 13:15:44 +05:30
Shubham Sinha
05df86bff7
Added Bleep to Utilities (#3427) 2021-01-04 12:28:38 +05:30
Frédéric G. MARAND
e7a0feaf27
Update mangos to v2 repository. (#3428) 2021-01-04 12:25:02 +05:30
Amanbolat Balabekov
c65f6a775e
Remove few repos and update caddy (#3420)
https://github.com/noraesae/orange-cat - doesn't exist
https://github.com/LyricalSecurity/gigo - doesn't exist
https://github.com/Obaied/RAKE.go - was moved
https://github.com/mholt/caddy - was moved
2021-01-01 13:09:32 -03:00
Herbert Lu
024a75137d
Add email-verifier repo (#3411) 2020-12-23 10:11:44 +05:30
Pascal Dennerly
1a99ec4250
Add abbreviate (#3387)
* Add abbreviate and httpref

* Remove httpref

* Update README.md
2020-12-23 08:11:14 +05:30
Leonardo Lima
a3eb49a3d7
Added hare repo (#3389)
Added [hare](https://github.com/leozz37/hare) to #messaging category
2020-12-22 13:23:45 +05:30
Peter Thaleikis
7f023a954a
Improving readabilitiy (#3391) 2020-12-22 13:18:52 +05:30
Matthias Ladkau
07138597ec
doc: Adding ECAL language interpreter (#3396) 2020-12-22 13:15:27 +05:30
Toni Melisma
193bcdf645
Update README.md (#3398) 2020-12-22 13:00:05 +05:30
William Poussier
3499eb72de
fix: update github.com/wI2L/jettison description (#3400) 2020-12-22 12:55:49 +05:30
William Poussier
e0f4968b2d
feat: add github.com/wI2L/jsondiff (#3402) 2020-12-22 12:38:21 +05:30
Nikolay Dubina
e7914c49be
added go-featureprocessing (#3409)
* added go-featureprocessing

* fix

* fix
2020-12-22 10:13:10 +05:30
Phani Rithvij
9ef3a589ff
remove 'r' (#3405)
https://github.com/is5/r and https://github.com/is5 give 404
2020-12-20 16:06:38 -03:00
Yury Fedorov
667d1b3974
Add gnomock to testing frameworks list (#3370) 2020-12-09 11:46:18 -03:00
Avelino
1e314db346
fixed typo on sleet
Signed-off-by: Avelino <t@avelino.xxx>
2020-12-04 17:48:07 -03:00
Fabio Cicerchia
2de4bd3dba
added go-proxy-cache as server application (#3383) 2020-12-04 17:41:17 -03:00
Eugene R
5c340a5a8e
Add async (#3382) 2020-12-04 17:38:48 -03:00
John Roesler
b7ad0bfdf1
Add go-co-op/gocron to Job Scheduler (#3379)
* Add go-co-op/gocron to Job Scheduler

* sorting, dashes first
2020-12-04 17:35:37 -03:00
vivek-ng
4337411add
Add concurrency limiter (#3378)
* update readme with concurrency limiter

* end statement

* change order
2020-12-04 17:29:04 -03:00
Jonathan Whitaker
e33dac8811
Add github.com/whitaker-io/machine (#3376)
* adding machine to Stream Processing

* Focusing description
2020-12-04 15:12:01 -03:00
Ilya Sinelnikov
bb13e01eee
Add golang.yandex/hasql (#3373) 2020-12-04 15:09:23 -03:00
Nguyễn Đức Chiến
6a03ff667a
Update link go-git (#3372) 2020-12-04 15:06:01 -03:00
Kevin Tang
595e60e7af
Add todotxt in file handling section (#3368) 2020-12-04 14:22:22 -03:00
JF Technology
5c9a2219a1
Add omniparser (#3366)
* Add omniparser

* a word change
2020-12-04 14:20:32 -03:00
Cory LaNou
74200c2b10
Add Digital Ocean "How to Code In Go ebook" (#3385) 2020-12-04 14:18:35 -03:00
Kazuki
2130e9ba78
Add sleet (#3306) 2020-12-04 14:13:03 -03:00
Daniil Literate
86495b499d
Add https://gitlab.com/pjrpc/pjrpc (#3384) 2020-12-04 14:12:22 -03:00
Max
bc19321e9c
Add simple-jwt-provider (https://github.com/leberKleber/simple-jwt-provider) (#3311)
* Add simple-jwt-provider (https://github.com/leberKleber/simple-jwt-provider)

* move simple-jwt-provider to 'Server Applications'
2020-11-30 16:57:35 -03:00
zerosnake0
f04694c17e
add goctx (#3362) 2020-11-24 15:30:35 -03:00
Makhnev Petr
43e8b3e549
Add cfmt (#3363) 2020-11-23 18:34:26 -03:00
Mehrdad Arshad Rad
7a44037855
add tcpprobe (#3359) 2020-11-23 18:29:46 -03:00
Youth.霖
0e9e200d1e
Update Readme.md (#3358)
add `github.com/youthlin/stream`
2020-11-23 18:29:07 -03:00
srfrog
e1a57691b9
Update README.md (#3353)
Added package `slices`
2020-11-23 18:26:43 -03:00
Giacomo Russo
9c5d5c3ea3
Add immudb (#3355) 2020-11-23 18:25:41 -03:00
Peter Thaleikis
743c993597
Fixing plural (#3367) 2020-11-20 04:48:30 -03:00
Lars
3c91f8a2ab
Add stop-and-go (#3351) 2020-11-18 15:40:43 -03:00
Caleb Lemoine
9b0f3c4cd6
remove golangci.com reference (golangci.com out of service) (#3364)
Signed-off-by: circa10a <caleblemoine@gmail.com>
2020-11-18 15:39:14 -03:00
Lane Wagner
ba6843c2cf
add go-password-validator (#3356) 2020-11-18 15:38:14 -03:00
Caleb Lemoine
01a9077672
Add go-aws-news (#3315)
Signed-off-by: circa10a <caleblemoine@gmail.com>
2020-11-15 08:01:03 -03:00
Peter Thaleikis
40ba586ac9
Typo: implemeted -> implemented (#3357) 2020-11-11 05:35:52 -03:00
Josep Jesus Bigorra Algaba
e30e1d78e4
add GoHooks (#3342)
Co-authored-by: Josep Jesus <josep@prowarehouse.nl>
2020-11-08 14:45:22 -03:00
Gennadiy Muzykantov
76b576c88d
Add fastme library (#3337) 2020-11-08 12:51:53 -03:00
Tobias Salzmann
8f87865062
add go-hit (#3332) 2020-11-08 12:48:16 -03:00
Aurélien Rainone
cc3e5141b6
Add statsviz (#3291) 2020-11-08 12:39:11 -03:00
Evgeny
20f327a7bb
Added «copy» package (#3347) 2020-11-08 12:27:50 -03:00
Marvin Wendt
d3510f6f4b
Add pterm (#3345) 2020-11-08 12:24:08 -03:00
saritip
d5c45ae93d
Add Vienna, Austria Meetup (#3343)
Co-authored-by: sarit <sarit.pinhas@duda.co>
2020-11-08 12:21:34 -03:00
Mehrdad Arshad Rad
fc0fd27c6b
add panoptes-stream streaming network telemetry (#3340) 2020-11-08 12:17:48 -03:00
Peter Thaleikis
455dc3c883
Adding missing space (#3344) 2020-11-02 16:21:24 -03:00
Dean Coakley
16d3456930
Add Belfast Gophers meetup (#3330)
* Add Belfast Gophers meetup

* Make meetups list alphabetical
2020-11-01 11:30:39 -03:00
Mikalai Konan
19e6a24640
added go-countries (#3338) 2020-11-01 08:31:04 -03:00
Tom Wright
b06fc8f965
Update dasel description and change category (#3324)
* Add dasel to data-structures

* Add dasel to devops tools

* Remove dasel from data-structures

* Update dasel description

* Update dasel description

* Move dasel to query language category

* Update README.md
2020-10-30 15:19:07 -03:00
Chris C
6ea4cbd42d
Add Gatus (#3310)
* Add Gatus

* Add missing punctuation
2020-10-30 15:11:28 -03:00
Tom Lazar
ea5e10ec4a
add table library (#3331)
Co-authored-by: Thomas Lazar <tlazar@signicast.com>
2020-10-30 14:53:56 -03:00
Sean Lingren
9de19fd0b4
Add Vaku (#3325)
* add-vaku

* newline fixes

* newline

* no newline at eof
2020-10-30 14:46:56 -03:00
rodrigomideac
c3f82a8533
Removed broken Edge X Foundry style-guide link (#3323) 2020-10-30 14:43:25 -03:00
Spencer Davies
24e3d6db86
got rid of one repository that did not appear to be maintained anymore (#3328) 2020-10-28 08:32:51 -03:00
Peter Thaleikis
dfa5a1d095
Typo: dirver -> driver (#3327) 2020-10-28 04:44:32 -03:00
Spencer Davies
de0453a7fc
removed 3 repositories that were falling out of maintenance (#3322) 2020-10-27 14:31:52 -03:00
Peter Thaleikis
7e4319770c
Add missing spaces (#3321) 2020-10-26 15:12:03 -03:00
Spencer Davies
eb301d69a8
removed repositories due to inactivity issue # #3295 (#3318)
* removed repositories due to inactivity

* put back repos were the maintainers were usually responding
2020-10-26 15:11:05 -03:00
Tymoteusz Blazejczyk
c4a9c67aab
Added the Go Formatter library to the Awesome list. (#3307)
* Added the Go Formatter library to the Awesome list.

* Removed generated tags file with ctags tool

* Changed order to pass CI. Go Formatter must be first :)
2020-10-23 17:13:03 -03:00
phuslu
87a285252e
Add phuslu/log (#3309) 2020-10-23 16:42:16 -03:00
John Arundel
d021e7af7d
Add 'For the Love of Go' and 'Go Code Club' (#3302) 2020-10-21 04:42:32 -03:00
(0x794E6).toString(36)
01944f1401
Add tik (#3298) 2020-10-17 04:43:59 -03:00
Dmitriy Sviridov
4cb10f5da7
Update README to add rawg-sdk-go library (#3300) 2020-10-16 19:03:03 -03:00
Caitlin Elfring
d4afa8f8c0
Add [woke](https://github.com/get-woke/woke) (#3301) 2020-10-16 19:01:26 -03:00
camgraff
12d58a9490
Add protoxy (#3294) 2020-10-16 16:15:31 -03:00
Dino Puguh
c74bf282a7
Add gosentiwordnet library (#3297) 2020-10-16 11:46:25 -03:00
Son Huynh
41e4ef720b
Add sonh/qs (#3299) 2020-10-15 04:35:27 -03:00
meloalright
e6b6f86810
Add Guora (#3289) 2020-10-11 04:36:21 -03:00
jon reiter
8782c88e4a
added govader (#3287) 2020-10-10 14:21:17 -03:00
Jose Dumagay
55f33b4b9f
Update link for limetext (#3290)
Changed link to limetext
2020-10-10 13:56:34 -03:00
Tom Wright
ab7a329470
Add Dasel. (#3259)
* Add dasel to data-structures

* Add dasel to devops tools

* Remove dasel from data-structures
2020-10-09 15:02:34 -03:00
Avelino
b4fa5fd8bb
fixed description typo on id3v2 (#3288)
* fixed description typo on id3v2
fixed: #3249

Signed-off-by: Avelino <t@avelino.xxx>

* fixed TestSeparator to id3v2

Signed-off-by: Avelino <t@avelino.xxx>
2020-10-09 10:10:58 -03:00
Muhammad Surya
3e7feb6738
Update REL (#3286) 2020-10-09 09:34:55 -03:00
Travis Harmon
98f239d1a7
Add Gouid (#3284)
Co-authored-by: Travis Harmon <twharmon@gmail.com>
2020-10-09 09:33:20 -03:00
zerosnake0
60b9502689
jzon (#3282) 2020-10-09 09:31:34 -03:00
Vilen Topchii
40ca560b31
added github.com/vtopc/epoch (#3278) 2020-10-09 09:28:44 -03:00
Danilo Delizia
fea1caf954
Add channelify (#3277)
Add chanelify

Co-authored-by: Danilo Delizia <>
2020-10-09 09:28:12 -03:00
Travis Harmon
898c536cb5
Remove gostore from list (abandoned) (#3285)
Co-authored-by: Travis Harmon <twharmon@gmail.com>
2020-10-09 04:50:09 -03:00
euma3us
a947857602
Update README.md (#3279)
Golang Turkey added to Meetups
2020-10-09 04:49:19 -03:00
Janilton Maciel
1772e2ec3b
add janiltonmaciel/statiks (#3252) 2020-10-06 17:17:58 -03:00
bokwoon95
ddec7cc065
add bokwoon95/go-structured-query to SQL query builder (#3254) 2020-10-06 04:43:11 -03:00
Jérôme Pogeant
308a2847fe
Add Lille Gophers to website list (#3262)
* Add Lille Gophers to website list

* Move link to correct alphabetical place
2020-10-05 10:21:20 -03:00
Dylan Meeus
36aaff0ed8
Add GoAudio - Native Audio Processing Library (#3231)
* Add GoAudio

* Fix ordering of entries
2020-10-05 06:51:53 -03:00
zerosnake0
d943237546
add json benchmark (#3255) 2020-10-05 06:43:22 -03:00
Anthony Plescia
049e69c459
Add lets-go, a library with various AWS and REST utility packages. (#3258)
* initial commit

* change remote url
2020-10-05 06:40:39 -03:00
Ori Seri
9190a1aa1a
Add regroup to the project listing (#3269)
* Add regroup to the project listing

* add period
2020-10-05 06:00:43 -03:00
Shubham Zanwar
0c8275112b
adding go design patterns repo to tutorials list (#3273)
* adding go design patterns repo to tutorials list

* arranging the submission in alphabetical order

* adding fullstop at the end of the description
2020-10-05 05:56:38 -03:00
skillingbeck
dbf295d237
Thanos style guide - Fix broken URL (#3267) 2020-09-29 16:33:49 -03:00
6543
536ff7b823
Update XORM: link & description (#3253) 2020-09-21 20:35:23 -03:00
lesismal
423cd818fd
Add lesismal/arpc (#3155) 2020-09-17 15:12:52 -03:00
Luca Sepe
0a6574ee54
Add modgv - Converts 'go mod graph' output into GraphViz's DOT language (#3248) 2020-09-15 15:09:31 -03:00
Bakhtiyor Ruziev
60c28fbee7
Update goose migration tool (#3247)
Update to supported fork
2020-09-14 17:58:17 -03:00
Nikhil Patel
923b879e91
Fix link to original GORM repository (#3246) 2020-09-13 12:39:05 -03:00
Septs
53ef68e6b4
Replace otto to goja (#3230)
otto, more than 2 years unmaintained.
2020-09-11 13:29:38 -03:00
Roman Atachiants
98087a3cfc
Adding kelindar/tile (#3234)
Hi folks,

Here's one more tool for people to hopefully make more games in Go (and not only games).  This is a general-purpose library for 2D grids with few algorithms implemented such as BFS, A* pathfinding, internal mini pub-sub for Observer pattern, and even some import/export functions. 

- github.com repo: https://github.com/kelindar/tile
- pkg.go.dev: https://pkg.go.dev/github.com/kelindar/tile
- goreportcard.com: https://goreportcard.com/report/github.com/kelindar/tile
- coverage service link: https://coveralls.io/github/kelindar/tile (**96% coverage**)

**Make sure that you've checked the boxes below before you submit PR:**
- [x ] I have added my package in alphabetical order.
- [x] I have an appropriate description with correct grammar.
- [x] I know that this package was not listed before.
- [x] I have added pkg.go.dev 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), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard).

Thanks for reviewing this!
2020-09-11 13:25:40 -03:00
Enrico
e452260576
Add github.com/pioz/faker package (#3235) 2020-09-11 13:25:08 -03:00
Jose Torres
bd24080814
Update README file to add otpgo library. (#3236) 2020-09-11 13:23:58 -03:00
Muhammad Surya
00ed23fb9a
add go-todo-backend-example (#3238)
* Update README.md

* Update README.md
2020-09-11 13:23:14 -03:00
Dmitriy Sviridov
8f73e6f37a
Update README file to add go-email-normalizer library (#3237) 2020-09-11 13:21:41 -03:00
Pavlo Golub
bb9106d6f1
Add pg_timetable to Database tools (#3239)
* Add pg_timetable

Github repo: https://github.com/cybertec-postgresql/pg_timetable
License: MIT
Coverage: https://coveralls.io/github/cybertec-postgresql/pg_timetable?branch=master
Goreport: https://goreportcard.com/report/github.com/cybertec-postgresql/pg_timetable

* Update README.md
2020-09-11 13:20:56 -03:00
Hugo Bollon
6c54bc8292
Add hbollon/go-edlib library link (#3242) 2020-09-11 13:19:25 -03:00
Enes Furkan Olcay
9b50dccec2
edit baraka description (#3241) 2020-09-07 19:20:27 -03:00
Muhammad Hamza Farrukh
f145514bc3
Updated vscode-go link (#3240)
vscode-go moved from /Microsoft to /golang
2020-09-05 07:35:07 -03:00
Avelino
22bcb8fa8b
GitAds remove 2020-09-03 05:32:51 -03:00
Benno
86fde87c9b
Add covergates - Self-hosted code coverage report review and management service (#3218)
* Add covergates - Self-hosted code coverage report review and management service

* fix typo
2020-08-31 11:22:35 -03:00
Roger Ng
d2367a705a
Update from facebookincubator/ent to facebook/ent (#3220) 2020-08-28 17:26:40 -03:00
Bojan Zivanovic
29c6d38033
Add bojanz/currency. (#3219) 2020-08-28 17:24:53 -03:00
moshebe
11efb726eb
Add Gebug (#3180)
Gebug - A tool that makes debugging of Dockerized Go applications super easy by enabling Debugger and Hot-Reload features, seamlessly.
2020-08-26 15:27:03 -03:00
Prince Sumberia
70383deb71
Remove Dead Links (#3222)
Links were returning 404.
2020-08-26 14:57:42 -03:00
Navid
c17cb560f0
Add goterator (#3212) 2020-08-24 11:13:53 -03:00
Jean-François Bustarret
020e074363
add cocoonspace/dynjson (#3215) 2020-08-24 11:00:43 -03:00
Danny Hadley
8a25e03ff5
update marlow (#3216)
the marlow code generation cli was moved into it's own github organization; the hope being that this would encourage people interested in the project to take ownership of it.
2020-08-24 10:59:48 -03:00
Neil O'Toole
596d06f09d
Add neilotoole/errgroup to Goroutines section (#3202)
* Add neilotoole/errgroup to Goroutines section

* neilotoole/errgroup entry had been alphabetized by the E in errgroup, instead of the N
2020-08-18 16:05:28 -03:00
Avelino
548ab2bbe0 fixed goreturns typo
Signed-off-by: Avelino <t@avelino.xxx>
2020-08-13 15:45:04 -03:00
Avelino
04848d4e0e fix editor auto lint problem, sorry
Signed-off-by: Avelino <t@avelino.xxx>
2020-08-13 15:36:31 -03:00
Avelino
81e3dfadd5 DO new awesome-go supporting
ref: #3211 (to droplets)
@digitalocean big thanks: https://twitter.com/avelinorun/status/1293969216417214466

Signed-off-by: Avelino <t@avelino.xxx>
2020-08-13 15:09:39 -03:00
Georgy Savva
6ad27701c8
Add scany to utilities section (#3179) 2020-08-13 07:42:51 -03:00
vixentael
e186015182
Add Themis crypto library to Security (#3208) 2020-08-13 07:41:57 -03:00
Nicola Murino
71b2fc6c44
update SFTPGo description (#3209) 2020-08-12 11:31:36 -03:00
Denis Sedchenko
a72aee1f31
Add "Better Go Playground" service (#3199)
* add 'Better Go Playground'

* Fix alphabetical ordering to fix Travis build
2020-08-12 11:13:06 -03:00
Eugene R
7b5b1adb77
add go-quartz (#3188) 2020-08-11 06:22:39 -03:00
jiangz222
8fd98ce18e
Add qiniu/qmgo (#3206) 2020-08-11 08:59:13 +08:00
Tony Kappen
85c68a06b2
Update README.md (#3207) 2020-08-10 14:53:59 -03:00
Yaya Liu
794f359154
Remove not found library (#3205) 2020-08-10 17:57:53 +08:00
Johannes Kaufmann
b9e962ff82
add html-to-markdown (#3200)
* add html-to-markdown to README.md

* change order slightly
2020-08-08 07:28:11 -03:00
Henry Sarabia
b5ff701e40
Add kanka (#3201) 2020-08-07 17:15:44 -03:00
kenkyu392
7a4f43afc1
Add go-safe (#3197) 2020-08-04 13:54:02 -03:00
Vyacheslav Pryimak
35ce47a315
Add goimports-reviser (#3195) 2020-08-04 13:51:03 -03:00
Andrey Kuzmin
96031adb6a
Add nan. (#3192) 2020-08-04 06:56:34 -03:00
Rene Kroon
168eec9788
Update main location and description of ttlcache (#3186)
Co-authored-by: René Kroon <rkroon@bol.com>
2020-08-04 06:46:28 -03:00
Alexander Sniffin
03fbd2e78f
Add gosd (#3190) 2020-08-03 07:10:00 -03:00
Oleg Kovalov
8a279b7327
add cristalhq/aconfig (#3184) 2020-08-02 17:33:44 -03:00
Oleg Kovalov
1afdc7c02e
add cristalhq/jwt (#3185) 2020-08-02 17:33:15 -03:00
Derek Smith
782695481f
add kemba (#3183) 2020-08-02 15:43:01 -03:00
Liu,Lei
4a095fdd8f
Add qiniu goc (#3162) 2020-07-31 16:37:58 +08:00
Ceriath
f56fb3f7d1 Fix ##3096 2020-07-28 04:18:03 +02:00
Ceriath
63a0dbac92 Revert "Fix #3069"
This reverts commit 4d97316980.
2020-07-28 04:13:33 +02:00
Damian Gryski
648f58d303
Style Guides: add section from dgryski/awesome-go-style (#3178) 2020-07-22 20:24:25 -03:00
Avelino
034bc1efa6
sponsorship description update 2020-07-22 08:47:12 -03:00
Avelino
f35a65afb7 add GitAds support
Signed-off-by: Avelino <t@avelino.xxx>
2020-07-21 13:51:11 -03:00
Jeroen Rinzema
b4cabcd6d5
Renamed project Maestro to Semaphore (#3176) 2020-07-21 23:04:11 +08:00
Kamaleshwar
5d038606b7
[patch] added github.com/bnkamalesh/errors (#3173) 2020-07-20 17:56:05 -03:00
lrita
ddb966326f
add cmap in datastructure (#3171) 2020-07-20 17:55:02 -03:00
Henrique Vicente
42fd5e4177
Adding github.com/henvic/httpretty HTTP debugging package. (#3170) 2020-07-20 17:53:39 -03:00
Enes Furkan Olcay
2d3ca50bba
add baraka (#3168) 2020-07-20 17:51:09 -03:00
arkn98
f7d0ba3284
Fix URL of go-guardian (#3164) 2020-07-10 23:26:22 +08:00
Kamaleshwar
8e10e98daa
- added github.com/bnkamalesh/goapp (#3160) 2020-07-10 19:11:48 +08:00
Denis Bernard
2b09fb2f44
Add github.com/db47h/decimal (#3108) 2020-07-10 17:16:48 +08:00
Alex Golshani
f4f40328f4
Added trubka: A CLI tool for Apache Kafka (#3133)
Co-authored-by: Alex <alg@campaignmonitor.com>
2020-07-10 17:10:42 +08:00
ANDO Yasushi
4d465e8101
fix a wrong link (#3161)
Co-authored-by: ANDO Yasushi <yasushi.ando@kabuku.co.jp>
2020-07-09 13:40:00 +08:00
Roger Ng
e0eb6b46b9
Add facebookincubator/ent (#3156) 2020-07-08 14:12:51 -03:00
ANDO Yasushi
f4c339aa50
add go-glmatrix in opengl section (#3157)
Co-authored-by: ANDO Yasushi <yasushi.ando@kabuku.co.jp>
2020-07-08 14:11:42 -03:00
Qishuai Liu
f9a7019d2f
Add sqlingo (#3158) 2020-07-08 14:10:13 -03:00
Jeroen Rinzema
524803ab86
Added Maestro (#3145) 2020-07-05 18:35:24 +08:00
Prashant Gupta
91227d13d5
add firewalld-rest library (#3141) 2020-07-04 14:34:10 +08:00
Nikolay Dubina
c396a271d2
Added github.com/nikolaydubina/calendarheatmap (#3153) 2020-07-04 11:48:49 +08:00
Diego Marangoni
19169cc1f0
add typenv into configuration category (#3149) 2020-07-04 11:47:29 +08:00
Vic Shóstak
827faa3966
Add create-go-app/cli project to Utilities section (#3148) 2020-07-04 11:27:22 +08:00
Zaba505
48a309428e
feat: add github.com/Zaba505/gws (#3147) 2020-07-04 11:25:24 +08:00
pj
85fac5149b
- add how to benchmark (#3146) 2020-07-04 11:20:46 +08:00
Yad Smood
643332fa0a
Update the link address and description of rod (#3143) 2020-07-04 11:16:14 +08:00
Eugene R
575d0aae09
add equalizer library (#3142) 2020-07-04 11:15:22 +08:00
Daniel T. Gorski
8326fc74bb
Added typex (#3138) 2020-07-03 22:33:30 +08:00
Sanket
e88ceacff5
Adding go-mysql-lock (#3123) 2020-07-03 18:43:45 +08:00
Tal
364f16b86e
add mediary a middleware for http.Client (#3140)
Co-authored-by: Tal Gendler <tal.gendler@here.com>
2020-07-03 18:38:44 +08:00
Dmytro Titov
f4879e6f79
Add goioc/di (#3137) 2020-07-03 18:38:26 +08:00
Luca Sepe
a74bdaefad
Add CLI tool to Generate High Level microservices Architecture diagrams using simple YAML syntax (#3136) 2020-07-03 18:38:09 +08:00
Blas Rodriguez Irizar
12b32dd33e
Add E-Book Spaceship Go (#3128) 2020-07-03 18:37:47 +08:00
Mehrdad Arshad Rad
9f02979170
add vssh (#3125) 2020-07-03 18:37:28 +08:00
Ioannis Georgoulas
0feeeaac97
Add go-aws-ssm package (#3124) 2020-07-03 18:37:06 +08:00
Durairaj Subramaniam
674f59a533
Added Confluent Kafka Golang client (#3095) 2020-07-03 18:33:24 +08:00
James Ranson
956b252390
update trickster organization (#3144) 2020-06-29 12:46:28 -03:00
Robus Gauli
17b8e065f9
Quick typo fix (#3132) 2020-06-19 09:16:00 +08:00
Ryan David Sheasby
883e3bbcfa
Remove "GoSlaves" dead link (#3131) 2020-06-17 15:59:55 +08:00
Sanad Haj Yahya
74387d6618
add go-guardian (#3106) 2020-06-16 07:15:59 +08:00
Max Ivanov
d713770b67
add gogtrends unofficial google trends api (#3105) 2020-06-12 11:01:08 +08:00
Christoph Vilsmeier
f31a0e2e8b
add Sqinn-Go to Database Drivers (#3118) 2020-06-12 11:00:53 +08:00
Roger Welin
bf9ff0737f
add cassowary (#3120) 2020-06-12 11:00:39 +08:00
Asim Aslam
f48115fac4
Update the description of micro and add go-micro (#3121) 2020-06-12 11:00:04 +08:00
Bui Thang
90e4fde403
Add goccm (#3117) 2020-06-12 00:17:24 +08:00
Stefan Bourlon
c4f365cafc
Add go-lctree (#3114) 2020-06-12 00:16:10 +08:00
Shunsuke Suzuki
1d291c6910
Remove not found tools and fix a link (#3112) 2020-06-12 00:15:56 +08:00
Alex
f3d8f6f944
Added go-mq (#3104) 2020-06-12 00:15:39 +08:00
Yevhen Terentiev
2bbf67a1cb
Adds taskctl to list (#3102) 2020-06-12 00:15:23 +08:00
Sean Lingren
f6a3a59fbf
Add go-fault (#3099) 2020-06-12 00:12:46 +08:00
Tim S
3d8c24973c
add rqp package to README.md (#3098) 2020-06-12 00:11:12 +08:00
mehanizm
1ed3e0e631
Add iuliia-go to Natural Language Processing (#3067) 2020-06-12 00:03:55 +08:00
Lex Sapkota
02b96d68c3
Update URL for Go Playground App (#3110) 2020-05-31 19:27:41 +08:00
mlboy
3e27d63fe2
add an orm: gosql (#3089)
* Update README.md

add a orm :gosql

* Update README.md

add an ORM go-sql

* 增加go-sql,调整顺序
2020-05-22 08:47:31 -03:00
kkyr
7b71e21b0c
Add fig - a configuration library (#3090) 2020-05-20 10:39:33 +08:00
psampaz
f0042a6fde
add gophersnippets.com (#3094) 2020-05-20 10:38:56 +08:00
Ayaz
9f505bc002
Rename tracedb to unitdb (#3081) 2020-05-19 09:59:29 +08:00
Mohamad Rostami
3cad538ef2
Add consistenthash repo (#3064)
Co-authored-by: Mohamed Rostrami <mrostami@harlemnext.com>
2020-05-19 00:20:52 +02:00
Ceriath
4d97316980
Fix #3069 2020-05-19 00:15:22 +02:00
Raed Shomali
d5630396c9
Add Gridder (#3057)
* Add Gridder

* Added alphabetically
2020-05-11 13:04:17 +08:00
Jared Davis
b9c70a8d1d
Add Meetup link for "Go Remote Meetup" (#3055)
* add Meetup link for "Go Remote Meetup"

About the meetup: "Welcome Gophers! Go Remote Meetup is a remote-first group for Go developers worldwide. We're part of the Go Developer Network, and we're excited to connect with you all, no matter where you're located."

* fix ordering
2020-05-11 13:03:21 +08:00
xxj
8aa713b44a
gmsec (#3077) 2020-05-10 10:10:43 +08:00
Tai-Li Shih
beb16052d3
request to add go-lock to awesome-go (#3076)
* request to awesome-go for go-lock

* Fix comment: move go-lock to Utilities
2020-05-10 10:09:55 +08:00
Abdelrahman Ahmed
7b949ee366
add gearbox (#3073) 2020-05-10 10:09:40 +08:00
Roshan Ranabhat
d12aadbf42
Add paginitaion utility for official MongoDB driver mongodb/mongo-go-driver (#3063) 2020-05-10 10:09:21 +08:00
foolin
d1d8940429
Add [pagser] project to Text Processing (#3056)
* Add [pagser] project to Text Processing

* Update the pagser description

* Update pagser description
2020-05-10 10:09:02 +08:00
Artem Krylysov
c8020ea232
Add pogreb to Database section (#3075) 2020-05-09 18:45:02 +08:00
Marco Muratori
4b8cc568ac
Remove sprbox package (which has been archived) in favor of swap package which replace it. (#3065)
* Remove 'sprbox' in favor of 'swap'.

I have archived 'sprbox', it has been entirely revised / simplified in a new project (https://github.com/oblq/swap), it does basically the same things, it's just more intuitive.

* Reorder alphabetically.
2020-05-09 18:44:48 +08:00
Albert Nigmatzianov
601e2816f2
Change id3v2 description (#3071) 2020-05-09 18:31:51 +08:00
Link Dupont
9e3d44b9a8
Add go-ini (#3080) 2020-05-09 18:00:32 +08:00
Sarjono Mukti Aji
76eaec2a41
add sqldb-logger (#3060) 2020-05-09 18:00:18 +08:00
Roshan Ranabhat
b966524bfe
Add Stringy a string manipulation library (#3059)
* Add Stringy a string manipulation library

* Blank line added between repo and category.
2020-05-09 18:00:04 +08:00
Oleksandr Ivanchenko
dbcf81633b
Added transliterator (#3053) 2020-05-09 17:59:49 +08:00
Chris Passas
6d06490502
Add silk and nfdump modules (#3047)
* Add silk and nfdump modules

* fixed duplicate link

* removed line return
2020-04-24 22:13:02 +02:00
Ishan Mukherjee
6f932eab92
Add Pixie to performance (#3049)
Hi All,  we've launched our community beta this week and would be great to add to share with community. 

Best, 
Ishan
2020-04-24 22:09:50 +02:00
Simon Aronsson
40b3b39d53
add shoutrrr (#3048)
also add a `uncategorized` category to make it clearer that it's not a continuation of the `strings` category.
2020-04-24 22:06:09 +02:00
Márk Sági-Kazár
7be62a4ac6
Add logur (#3032) 2020-04-24 22:04:48 +02:00
Chris
06e147b022
add ccbrown/api-fu (#3031) 2020-04-24 22:03:13 +02:00
Avelino
5f59cad7a9
Update README.md 2020-04-17 08:18:52 -03:00
Avelino
8ac3e8d96e
Update README.md 2020-04-17 08:18:35 -03:00
mehanizm
6f6ab7d789
Add Airtable to Third-party APIs (#3051) 2020-04-15 22:19:12 +02:00
Gustavo
572ff380dc
Add hostctl to Utilities (#3050)
* Add hostctl to Utilities

* Fix alphabetical order for hostctl
2020-04-15 22:15:57 +02:00
Sahel Jalal
f1408737d3
Add nostromo (#3046) 2020-04-15 22:04:15 +02:00
Sherif Abdel-Naby
be5dec6b37
Add sherifabdlnaby/configuro (#3043) 2020-04-15 22:00:27 +02:00
Tupteq
18f7718fda
Removed unmaintained (5+ years inactive) gamedev libraries (#3042) 2020-04-15 21:55:33 +02:00
DUANCKHAM
7a1a08bf17
Add hands (#3040) 2020-04-15 21:50:55 +02:00
H. İbrahim Güngör
a261be477c
Add s5cmd - Blazing fast S3 and local filesystem execution tool (#3039) 2020-04-15 21:49:35 +02:00
arunsworld
00d21e26de
Add nursery - structured concurrency library (#3038) 2020-04-15 21:42:26 +02:00
Travis Harmon
0d7cd1fbe7
Add gosql (#3037)
* Add gosql

* Refine description

* Fix alphabetical order

Co-authored-by: Travis Harmon <twharmon@gmail.com>
2020-04-15 21:40:35 +02:00
pj
a1b81fd843
- add igo (github.com/rocketlaunchr/igo) (#3036) 2020-04-15 21:38:37 +02:00
Alejandro Durante
cecb3d1ed2
Add pond library (#3033) 2020-04-15 21:26:14 +02:00
Gram
b775fca569
Add WebAssembly category (#3030) 2020-04-08 17:35:42 +08:00
gonutz
a48130bd46
Add prototype game library (#2939)
Co-authored-by: lars <lars.scheme@gmail.com>
2020-04-07 23:13:03 +08:00
Andrey Skurlatov
4eeaef2d89
added argon2-hashing package (#3035)
* added argon2-hashing package

* Fixed alphabetical order
2020-04-06 14:22:10 -03:00
Gürkan Kaymak
904d3112b1
added gurkankaymak/hocon to configuration category (#3025) 2020-03-31 11:26:53 +08:00
Leonidas Maroulis
551b644b1c
Add s2-geojson (#3026) 2020-03-31 11:26:38 +08:00
Tommy F
96fbc3a5ca
add tutorial 'How to Deploy a Go Web Application with Docker' (#3027) 2020-03-31 11:26:24 +08:00
seokchan
745b83a05c
Add google/uuid (#3008) 2020-03-31 11:26:06 +08:00
Arthur Kushman
3e19470dfb
Add Go database query builder library for PostgreSQL (#2994) 2020-03-30 20:24:17 +08:00
Hugo Lageneste
37b536c0a9
add olivia-ai/olivia to the bot building section (#3020)
* add olivia-ai/olivia to the bot building section

* add the final dot
2020-03-28 22:08:23 +08:00
Monaco
54e83d0031
add module [https://github.com/monaco-io/request] (#3023) 2020-03-28 17:34:59 +08:00
Anton Medvedev
a231fd3b0c
Update expr description (#3024) 2020-03-28 17:34:37 +08:00
cayter
71cec065f1
Add appy web framework (#3022)
* Add `appy` web framework

* Update README.md
2020-03-25 12:20:35 +08:00
Tobias Salzmann
7db77bfece
add github.com/Eun/go-convert (#2947)
* add github.com/Eun/go-convert

* duh 🤦‍♂️

* moved to Utilities
2020-03-24 17:04:06 +08:00
Lars
09eada858a
Add go-localstack (#3016)
* Add go-localstack

* Correct order
2020-03-24 17:03:51 +08:00
Tommy F
a4929b82e0
Add Gorilla Mux tutorial (#3019) 2020-03-24 17:03:25 +08:00
Tim Heckman
5783874cdc
Add yacspin (#3017)
Yet Another CLi Spinner
2020-03-23 06:25:00 -03:00
xuri
5b97d7c952
Add xgen (#3015) 2020-03-23 06:19:52 -03:00
Michael Wolber
819b9a87b2
Added Mule (https://github.com/wlbr/mule) (#2926) 2020-03-23 06:18:14 -03:00
Furkan Bozdag
4507e7e21b
Add go-http-client package (#3006)
* Update README.md

* Update README.md

* Edit row line

* Change the line
2020-03-20 23:39:54 +08:00
Bogdan Daragan
fb6d1935de
Configuration library. (#3007) 2020-03-17 08:19:04 +08:00
Eric Wohltman
1438618070
Add https://github.com/ewohltman/ephemeral-roles (#3002) 2020-03-17 08:18:41 +08:00
Maxim Bovtunov
cc3665d223
Replace archived defval/inject to goava/di (#3001) 2020-03-17 08:18:05 +08:00
Samuel Jirénius
2e625e60ee
Add go-res to Messaging section (#3000) 2020-03-17 08:17:45 +08:00
Tanel Puhu
9895803254
added Golang Estonia (#2999) 2020-03-17 08:17:20 +08:00
Dmitrii Okunev
48d1a03b7e
Add https://github.com/xaionaro-go/secureio (#2993)
Co-authored-by: Dmitry Yu Okunev <xaionaro@dx.center>
2020-03-17 08:17:01 +08:00
Timofey Koolin
d48e165f95
Add lets proxy2 (#2951)
* Add lets-proxy2

* Update README.md
2020-03-17 08:16:19 +08:00
Serhat Şevki Dinçer
da4a52c7f8
add jfcg/sorty (#2906)
* add jfcg/sorty

* put sorty under Utilities
2020-03-17 08:14:03 +08:00
Nomadic
0b54f48bb7
google-play-scraper (#2955)
* A bit of my API scrapers

* Remove twitter-scraper
2020-03-16 23:57:55 +08:00
Eyal Posener
c2173db15d
Add posener/compare (#3013) 2020-03-15 11:01:49 +08:00
Ken Hibino
379e58c574
Add Asynq package. (#3004) 2020-03-15 10:52:01 +08:00
Martin Fillafer
e3129b8c6f
add go-mpd (#2975) 2020-03-14 16:35:06 +08:00
pj
0ed2777edd
- add github.com/pjebs/optimus-go (#2920) 2020-03-14 15:34:40 +08:00
Avinash Utekar
3cfd8f76f3
added github.com/utekaravinash/gopaapi5 repo (#2996) 2020-03-14 10:24:39 +08:00
Yad Smood
3ad66eff9c
Add rod (#2969) 2020-02-28 13:55:40 -03:00
Island 5
30756f7988
Add is5/r in utilities section (#2971) 2020-02-28 13:55:07 -03:00
Javier Peletier
92e49a2c7d
Added elastic (#2973) 2020-02-28 13:53:51 -03:00
Alexander Gehres
afb56059d8
Update README.md (#2956)
add httpretry to awesome go
2020-02-23 14:57:02 +08:00
Yuli
28834b996a
Add Paranoidguy Databunker project (#2890) 2020-02-23 14:56:43 +08:00
SystemGlitch
3bdefc1c56
Add Goyave web framework (#2968) 2020-02-21 11:04:20 +08:00
Angel ☕
3ed131a6c3
Add gut/yos in Files section (#2964) 2020-02-21 11:04:01 +08:00
Åke M. Persson
4d25e4eb99
add mapslice-json package to json section (#2967)
* add mapslice-json package to json section

* fix alphabetical order
2020-02-19 21:15:43 +08:00
Havrileck Alexandre
3d2f9cded9
Add s3-proxy project (#2963) 2020-02-19 21:15:20 +08:00
Nathan Davies
ffaffe1c9d
Add golang north east meetup (#2966)
A simple change to the readme to add the local meetup I help run
2020-02-19 21:15:00 +08:00
Horst Rutter
735d47d25b
Update repo url for pdfcpu (#2962) 2020-02-19 21:14:29 +08:00
Eric Duncan
c7aafafee5
Add Podcast, iTunes and RSS 2.0 Podcast Generator in Golang (#2960) 2020-02-16 13:48:17 +08:00
Guilherme Paixão
ca94272a7a
Added gody package (#2950) 2020-02-15 15:47:56 +08:00
Nikolay Korotkiy
1d5e746fcd
Add mbtileserver (#2957) 2020-02-15 12:17:26 +08:00
Nomadic
e890a54fc5
twitter-scraper (#2959)
https://github.com/n0madic/twitter-scraper
https://godoc.org/github.com/n0madic/twitter-scraper
https://gocover.io/github.com/n0madic/twitter-scraper
[![Go Report Card](https://goreportcard.com/badge/github.com/n0madic/twitter-scraper)](https://goreportcard.com/report/github.com/n0madic/twitter-scraper)
2020-02-15 12:16:55 +08:00
Travis Harmon
a2ec4fc43a
add govalid (#2949)
* add govalid

* update description of govalid
2020-02-14 21:50:34 +08:00
James Ranson
f63ab8e1fc
add trickster to awesome-go:performance (#2952)
* add trickster to awesome-go:performance

* relocate trickster to Server Applications
2020-02-12 00:26:04 +01:00
Fenny
ef89dd23bd
Add Fiber to Web Frameworks (#2940) 2020-02-11 20:04:07 +08:00
Joshua Bezaleel Abednego
8c6841465e
Add GoBandung in Meetups (#2946) 2020-02-08 15:18:34 +08:00
Cyro Dubeux
7eb3a58311 Add golang-tmdb wrapper (#2943) 2020-02-08 15:14:53 +08:00
Santiago De la Cruz
1d86504b52
Add go-str2duration (#2937) 2020-02-07 16:41:45 +08:00
Dustin Blackman
f7ecc3bac7
Add github.com/dustinblackman/gomodrun (#2936)
* add gomodrun

* fix sorting
2020-02-07 16:41:26 +08:00
superxin
5831be6fb8
Add typeregistry (#2931) 2020-02-07 16:41:05 +08:00
xtaci
c74e518beb
Update README.md (#2930) 2020-02-07 16:40:38 +08:00
Travis Harmon
d71e658a26
Add Goweb to web frameworks (#2924)
* add entry to databases

* add goweb

* edit description
2020-02-07 16:40:19 +08:00
Alexander Pantyukhin
e883e824f6
Add pattern matching lib. (#2923)
* Add pattern matching lib.

* fix order
2020-02-07 16:39:52 +08:00
Hiromu OCHIAI
fcb1bf953f
Add "copy" package (#2921) 2020-02-07 16:39:37 +08:00
biter777
4d0929304f
Add countries package (#2918)
* Add countries package

Add countries package: https://github.com/biter777/countries

Countries - ISO 3166 (ISO3166-1, ISO3166, Digit, Alpha-2, Alpha-3) countries codes and names (on eng and rus), ISO 4217 currency designators, ITU-T E.164 IDD calling phone codes, countries capitals, UN M.49 regions codes, IANA ccTLD countries domains, IOC/NOC and FIFA codes, VERY FAST, NO maps[], NO slices[], NO external links/files/data, NO interface{}, NO specific dependencies, Databases compatible, Emoji countries flags and currencies support, full support ISO-3166-1, ISO-4217, ITU-T E.164, Unicode CLDR and IANA ccTLD standarts.

Full support ISO-3166-1, ISO-4217, ITU-T E.164, Unicode CLDR and IANA ccTLD standarts.

* Update README.md
2020-02-07 16:39:23 +08:00
Romain Bretécher
2e73e1bb4b
Add go-postman-collection (#2915) 2020-02-07 16:38:21 +08:00
Sergey Gladkovskiy
3565a81bd9
adding mpath package (#2909) 2020-02-07 16:38:03 +08:00
Jonah
92b3b3e2be
add social media section incl. reddit (#2917) 2020-02-04 20:57:44 +08:00
Paweł Wamej
6d94135ea5
add GoCracow (Krakow, Poland) meetup (#2934) 2020-02-04 11:37:22 +08:00
Shunsuke Suzuki
27e7e05f03
Remove tools which are not found (#2938)
* [scaneo](https://github.com/variadico/scaneo) - Generate Go code to convert database rows into arbitrary structs.
* [go-restful-api](https://github.com/qiangxue/go-restful-api) - An idiomatic Go RESTful API starter kit following SOLID principles and Clean Architecture with a common project layout.
* [sreq](https://github.com/winterssy/sreq) - A simple, user-friendly and concurrent safe HTTP request library for Go.
* [sslice](https://github.com/yaa110/sslice) - Create a slice which is always sorted.
2020-02-04 11:24:17 +08:00
Sung Won Cho
63c14ee596
Update outdated description (#2941) 2020-02-04 11:22:08 +08:00
Ferenc Fabian
a9307bdde6
Add github.com/PumpkinSeed/errors (#2898)
* Add github.com/PumpkinSeed/errors

* Alphabetic order

* Remove extra new line
2020-01-30 10:36:03 -03:00
Daniel Pasch
2a948c7aea
Add go-twitch-irc (#2925) 2020-01-30 10:33:04 -03:00
Liu Peng
db0cbbd44b
Add go-pdu (#2914) 2020-01-29 15:22:16 +08:00
stirlingx
21343d5f50
Add gostl (#2912) 2020-01-29 15:20:57 +08:00
Miles Croxford
ca87fcfef2
add go-finnhub (#2910) 2020-01-29 15:19:08 +08:00
Travis Harmon
c098c830bf
add entry to databases (#2911) 2020-01-29 15:18:13 +08:00
Razon Yang
2377957989 Add JSend (#2907) 2020-01-18 23:19:29 +08:00
Dat Hoang
d533c2c523 Add dathoangnd/gonet (#2905) 2020-01-18 23:19:13 +08:00
Andrey Kuzmin
70e319a951 Add Ami. (#2903)
* Add Ami.

* Correct sort order.

It is case insensitive.
2020-01-18 23:18:54 +08:00
Dirk Pahl
6cf0ded880 Add kyoo (#2899)
* Add kyoo

* Fix CI
2020-01-18 23:18:32 +08:00
王文慧
7ff7a03e28 add database bbolt (#2908)
* add database bbolt

bolt is archived by the owner

* remove the archived repo bolt
2020-01-18 23:18:04 +08:00
Andy Williams
aa3ff235e9 Update Fyne description to match new release info (#2902) 2020-01-15 12:12:56 +08:00
Oleg Zaytsev
5ee118ae6d Add github.com/cabify/timex to Testing/Mocks (#2901) 2020-01-15 12:12:37 +08:00
ITcathyh
c092bc8433 Added conexec package to Goroutines (#2880) 2020-01-11 10:33:57 +08:00
Lucas Scaravelli
5496286968 Add lucassscaravelli/ej (#2895) 2020-01-11 10:33:34 +08:00
Andrew Koltyakov
f43698f16d Add gosip, client library for SharePoint API (#2894) 2020-01-11 10:33:13 +08:00
Benjamin Yolken
f491b89a55 Add golines (#2896) 2020-01-10 10:55:37 -08:00
wzshiming
2c9718084e Add httpproxy (#2891) 2020-01-09 09:13:58 +08:00
Mehran Poursadeghi
cf74dfea5f Add mgm package (#2893) 2020-01-09 09:13:36 +08:00
Andy Pan
d0a244e5d3
Update description of ants (#2892) 2020-01-07 18:13:29 +08:00
Ian Lopshire
bb0c32c979 Add go-ssm-config (#2889) 2020-01-04 22:58:39 +01:00
Muhammad Surya
d87dea6606 add-rel (#2887) 2020-01-04 22:15:07 +01:00
xxj
7b6d703b3f gormt (#2881)
mysql database to golang gorm struct
2020-01-04 22:13:49 +01:00
ayazmumtaz
ca9e09b725 Add tracedb to readme file (#2886) 2020-01-04 22:12:36 +01:00
sumeet jain
5d8ad98110 Add rotisserie/eris (#2878) 2020-01-02 22:33:45 +01:00
Laurynas Butkus
1458173d80 Add Language Detection API Go client (#2874) 2020-01-02 22:29:26 +01:00
Evgeny
67107a3d7e Added "ptr" package to miscellaneous (#2873)
* Added "ptr" package to miscellaneous

* Update README.md
2020-01-02 22:26:05 +01:00
Miles Croxford
824ea249e2 add go-localize (#2868) 2020-01-02 22:11:01 +01:00
Streppel
f4b007c6dc Add Curitiba meetup (#2863)
* Update README

adding meetup group for the city of Curitiba - Brazil

* fixing alphabetical order of meetup
2020-01-02 22:09:43 +01:00
Ilya Kaznacheev
ab62186a41 Add cleanenv configuration library (#2848) 2020-01-02 22:04:37 +01:00
malaschitz
349055e504 randomforest library (#2847) 2020-01-02 22:00:52 +01:00
alcastle
4ad0e7fdeb Created new Dynamic DNS category, added existing projects and new project to the category. (#2841) 2020-01-02 21:57:48 +01:00
Andy Pan
26b86464b2
Update description of networking framework: gnet (#2882) 2019-12-31 16:01:12 +08:00
Cyro Dubeux
3c72a3a747 Added package tome to the utilities list (#2871) 2019-12-29 23:33:13 +08:00
Mario
14d91be0b4 add dp project to miscellaneous (#2872) 2019-12-29 23:31:46 +08:00
Bastian
4e17f4d619 Add Dingo dependency injection (#2865) 2019-12-26 22:31:56 +08:00
Qiang Xue
79de29b0e1 Added go-restful-api project (#2869) 2019-12-26 22:31:39 +08:00
Huy Dang
f79a306104 add fixedwidth (#2860) 2019-12-20 08:13:38 +08:00
Daniel Pötzinger
db518779fd Add ecommerce section with flamingo commerce (#2771)
* add ecommerce section with flamingo commerce

* Add fitting entries to new e-commerce section

* Revert "Add fitting entries to new e-commerce section"

This reverts commit f1815ec6a8d9e6891d8cfd00f955bdc82caca83a.

* Revert "add ecommerce section with flamingo commerce"

This reverts commit a81fdc344292676bdd23f4cf349258d37257af73.

* Add Flamingo-Commerce
2019-12-19 16:35:19 -03:00
Fergus Strange
08383e5513 Add fergusstrange/embedded-postgres (#2850) 2019-12-15 22:33:01 +08:00
Tom Wright
1a0f25bcb6 Add queryparam package to readme. (#2855) 2019-12-14 00:09:34 +08:00
Friedrich Große
d1c74d1384 add goe-joe (#2856) 2019-12-14 00:08:55 +08:00
Patrick DeVivo
2869d0a1b6 add a link to tickgit (#2851) 2019-12-14 00:08:40 +08:00
disksing
b9fbd3fd0a add disksing/iter (#2852) 2019-12-14 00:08:13 +08:00
Miles Croxford
466d0db36b add go-generate-password (#2858) 2019-12-12 21:54:47 +08:00
Luis Morales
4a8323fd71 Add cookiecutter-golang (#2842) 2019-12-11 23:39:33 +08:00
Victor Dorneanu
c88aa674c8 pipe doesn't exist anymore (#2859) 2019-12-11 19:36:57 +08:00