mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
1. fixed library sorting
2. fixed editor config
This commit is contained in:
parent
e348a718e6
commit
4796c6e7b3
10
.editorconfig
Normal file
10
.editorconfig
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = lf
|
||||||
|
tab_width = 4
|
||||||
|
indent_size = tab
|
||||||
|
indent_style = tab
|
||||||
|
insert_final_newline = true
|
||||||
|
max_line_length = 120
|
@ -1391,7 +1391,6 @@ _Libraries for scheduling jobs._
|
|||||||
|
|
||||||
- [cdule](https://github.com/deepaksinghvi/cdule) - Job scheduler library with database support
|
- [cdule](https://github.com/deepaksinghvi/cdule) - Job scheduler library with database support
|
||||||
- [cheek](https://github.com/datarootsio/cheek) - A simple crontab like scheduler that aims to offer a KISS approach to job scheduling.
|
- [cheek](https://github.com/datarootsio/cheek) - A simple crontab like scheduler that aims to offer a KISS approach to job scheduling.
|
||||||
- [go-clock](https://github.com/itbasis/go-clock) - Clock is a small library for mocking time in Go.
|
|
||||||
- [clockwerk](https://github.com/onatm/clockwerk) - Go package to schedule periodic jobs using a simple, fluent syntax.
|
- [clockwerk](https://github.com/onatm/clockwerk) - Go package to schedule periodic jobs using a simple, fluent syntax.
|
||||||
- [cronticker](https://github.com/krayzpipes/cronticker) - A ticker implementation to support cron schedules.
|
- [cronticker](https://github.com/krayzpipes/cronticker) - A ticker implementation to support cron schedules.
|
||||||
- [Dagu](https://github.com/dagu-go/dagu) - No-code workflow executor. it executes DAGs defined in a simple YAML format.
|
- [Dagu](https://github.com/dagu-go/dagu) - No-code workflow executor. it executes DAGs defined in a simple YAML format.
|
||||||
@ -2622,6 +2621,7 @@ _General utilities and tools to make your life easier._
|
|||||||
- [go-bind-plugin](https://github.com/wendigo/go-bind-plugin) - go:generate tool for wrapping symbols exported by golang plugins (1.8 only).
|
- [go-bind-plugin](https://github.com/wendigo/go-bind-plugin) - go:generate tool for wrapping symbols exported by golang plugins (1.8 only).
|
||||||
- [go-bsdiff](https://github.com/gabstv/go-bsdiff) - Pure Go bsdiff and bspatch libraries and CLI tools.
|
- [go-bsdiff](https://github.com/gabstv/go-bsdiff) - Pure Go bsdiff and bspatch libraries and CLI tools.
|
||||||
- [go-clip](https://github.com/prashantgupta24/go-clip) - A minimalistic clipboard manager for Mac.
|
- [go-clip](https://github.com/prashantgupta24/go-clip) - A minimalistic clipboard manager for Mac.
|
||||||
|
- [go-clock](https://github.com/itbasis/go-clock) - Clock is a small library for mocking time in Go.
|
||||||
- [go-convert](https://github.com/Eun/go-convert) - Package go-convert enables you to convert a value into another type.
|
- [go-convert](https://github.com/Eun/go-convert) - Package go-convert enables you to convert a value into another type.
|
||||||
- [go-countries](https://github.com/mikekonan/go-countries) - Lightweight lookup over ISO-3166 codes.
|
- [go-countries](https://github.com/mikekonan/go-countries) - Lightweight lookup over ISO-3166 codes.
|
||||||
- [go-dry](https://github.com/ungerik/go-dry) - DRY (don't repeat yourself) package for Go.
|
- [go-dry](https://github.com/ungerik/go-dry) - DRY (don't repeat yourself) package for Go.
|
||||||
|
Loading…
Reference in New Issue
Block a user