Commit Graph

3102 Commits

Author SHA1 Message Date
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