Merge branch 'daichi-m-go18ds'

* daichi-m-go18ds:
  add copygen (#4181)
  add go-rocket-update (#4196)
  add twharmon/slices (#4136)
  add nfigure (#4152)
  Rename package "config" to "GoLobby/Config" (#4187)
  Rename package "router" to "GoLobby/Router" (#4186)
  Rename package "container" to "GoLobby/Container" (#4188)
  Adds Golobby/orm (#4171)
  add goven (#4165)
  Add golamb (#4162)
  Clarifying documentation requirements now that GoReportCard no longer checks for documentation formatting. (#4173)
  add fp-go to Functional packages (#4167)
  add govader-backend (#4166)
  Add fasapay-sdk-go (#4158)
  Merge upstream main
  Adding go118ds
This commit is contained in:
Avelino 2022-04-26 08:26:51 -03:00
commit 05237b1039
No known key found for this signature in database
GPG Key ID: B345B4D52E98180A

View File

@ -569,6 +569,7 @@ additional ordered map implementations.
- [go-geoindex](https://github.com/hailocab/go-geoindex) - In-memory geo index. - [go-geoindex](https://github.com/hailocab/go-geoindex) - In-memory geo index.
- [go-rquad](https://github.com/aurelien-rainone/go-rquad) - Region quadtrees with efficient point location and neighbour finding. - [go-rquad](https://github.com/aurelien-rainone/go-rquad) - Region quadtrees with efficient point location and neighbour finding.
- [go-tuple](https://github.com/barweiss/go-tuple) - Generic tuple implementation for Go 1.18+. - [go-tuple](https://github.com/barweiss/go-tuple) - Generic tuple implementation for Go 1.18+.
- [go18ds](https://github.com/daichi-m/go18ds) - Go Data Structures using Go 1.18 generics.
- [gofal](https://github.com/xxjwxc/gofal) - fractional api for Go. - [gofal](https://github.com/xxjwxc/gofal) - fractional api for Go.
- [gota](https://github.com/kniren/gota) - Implementation of dataframes, series, and data wrangling methods for Go. - [gota](https://github.com/kniren/gota) - Implementation of dataframes, series, and data wrangling methods for Go.
- [hide](https://github.com/emvi/hide) - ID type with marshalling to/from hash to prevent sending IDs to clients. - [hide](https://github.com/emvi/hide) - ID type with marshalling to/from hash to prevent sending IDs to clients.