21 results for “topic:go118”
Henry is a go library with generic helper functions in dealing with slices, maps and channels
Generic types and functions that are missing from Go, including sets, linked lists, trees, etc.
Allow to track when a module and package change from a git tree and modules which import them, ideal for monorepo !
Experimenting with golang 1.18 workspaces, fuzzing and generics
Dependency Injection in golang using generics
Different data structures implemented in go version 1.18.
Inspired by Conway's Game of Life, built for more possibilities!
go1.18 generics implementation of JavaScript's array.splice function for []T where T is constrained to any
A go package to send and receive pub-sub messages using channels.
A very simplistic implementation of JWT taking advantage of Go 1.18 generic type parameters for parsing claim objects.
Java 8 inspired streaming API for go
Go generic slice util
Straightforward EventBus for Go 1.18+
Channels with automatic prometheus metrics
typed is a typed Go stdlib for generics
This repository contains a documentation of my golang learning process. I frequently push the concepts I learn which include code snippets and explanations in comments
Fetch Deno's JavaScript Registry (JSR) APIs using Go
Go 1.18 utility functions when working with slices.
Simple, reflection-based DI container for Go 1.18+ that doesn't suck.
Go`s generics AVL based sorted map
Slice is a functions set that let you easily manipulates slice variables. Go1.18+