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