Commit Graph

3227 Commits

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