Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bitxeno committed Nov 13, 2023
1 parent 882fc2c commit a52b3d2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,14 @@ docker run -d --name=app-name --restart=always -p 8080:80 -v /path/to/config/di

* [validator](https://github.com/go-playground/validator): Package validator implements value validations for structs and individual fields based on tags.
* [lo](https://github.com/samber/lo): samber/lo is a Lodash-style Go library based on Go 1.18+ Generics.
* [gods](https://github.com/emirpasic/gods): GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
* [orderedmap](https://github.com/elliotchance/orderedmap): An ordered map in Go with amortized O(1) for Set, Get, Delete and Len.
* [cron](https://github.com/robfig/cron): a cron library for go
* [gocron](https://github.com/go-co-op/gocron): Easy and fluent Go cron scheduling.
* [gjson](https://github.com/tidwall/gjson): Get JSON values quickly - JSON parser for Go
* [ristretto](https://github.com/dgraph-io/ristretto): A high performance memory-bound Go cache
* [goutil](https://github.com/gookit/goutil): Helper Utils(600+)
* [emitter](https://github.com/olebedev/emitter): Emits events in Go way, with wildcard, predicates, cancellation possibilities and many other good wins
* [event](https://github.com/gookit/event): Lightweight event manager and dispatcher implements by Go
* [gods](https://github.com/emirpasic/gods): GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
* [event](https://github.com/gookit/event): Lightweight event manager and dispatcher implements by Go
* [asynq](https://github.com/hibiken/asynq): Simple, reliable, and efficient distributed task queue in Go
* [goja](https://github.com/dop251/goja): ECMAScript/JavaScript engine in pure Go

0 comments on commit a52b3d2

Please sign in to comment.