mbox series

[bug#73184,0/5] Add some Golang libraries from the "awesome-go" list

Message ID cover.1726082409.git.poptsov.artyom@gmail.com
Headers show
Series Add some Golang libraries from the "awesome-go" list | expand

Message

Artyom V. Poptsov Sept. 11, 2024, 7:21 p.m. UTC
This patchset adds some Golang libraries from "awesome-go" list:
  https://github.com/avelino/awesome-go

Artyom V. Poptsov (5):
  gnu: Add go-github-com-tannerryan-ring.
  gnu: Add go-github-com-philhofer-fwd.
  gnu: Add go-github-com-tinylib-msgp.
  gnu: Add go-github-com-workiva-go-datastructures.
  gnu: Add go-github-com-liyue201-gostl.

 gnu/packages/golang-xyz.scm | 159 ++++++++++++++++++++++++++++++++++++
 1 file changed, 159 insertions(+)


base-commit: b46256b162e15420bb034a9e6d65ec46f1c03343

Comments

Sharlatan Hellseher Sept. 16, 2024, 9:41 p.m. UTC | #1
Hi,

I've pushed 2 of 3 preposed patches, some of them are already on
go-team, sorry if missed them in first place.

- patches [5/5]
  - [X] [PATCH 1/5] gnu: Add go-github-com-tannerryan-ring.
    - Applied on master
  - [X] [PATCH 2/5] gnu: Add go-github-com-philhofer-fwd.
    It's already on go-team
  - [X] [PATCH 3/5] gnu: Add go-github-com-tinylib-msgp.
    It's already on go-team
  - [X] [PATCH 4/5] gnu: Add go-github-com-workiva-go-datastructures.
    Pending for go-team merge or may be applied on it,
  - [X] [PATCH 5/5] gnu: Add go-github-com-liyue201-gostl.
    - Applied on master

Feel free to rebase on go-team and push missing ones or wait when
go-team is merged (hope soon).

Pushed 2 as 58405cbe3a..bee20255f7 to master.

--
Oleg