Commit Graph

3982 Commits

Author SHA1 Message Date
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
Avelino
562a04d66a
remove freenode (irc/chat) link on contributing guide 2021-09-06 12:52:55 -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
Avelino
07773c8194
recovery pull request template to md
Signed-off-by: Avelino <avelinorun@gmail.com>
2021-07-15 07:24:36 -03:00
Avelino
3b249705dc
Update and rename PULL_REQUEST_TEMPLATE.md to PULL_REQUEST_TEMPLATE.yaml 2021-07-15 07:11:22 -03:00