generics-in-golang
There are 33 repositories under generics-in-golang topic.
naeemaei/Golang-Tutorial
Golang tutorial course - from beginner to advanced topics : data structure, struct, interface, generic, concurrency, json, http, docker
sv-tools/openapi
OpenAPI v3.1 Spec implementation in Go with generics
jhbrown-veradept/gophercon22-parser-combinators
Simple parser combinator package as shown at GopherCon 2022
dispatchrun/wazergo
Library of generic types intended to help create WebAssembly host modules for wazero
nokusukun/bingo
A generics first database
jub0bs/iterutil
an experimental collection of utility functions (sources, combinators, sinks) for working with Go iterators
muonsoft/validation
Golang validation framework based on static typing and generics
mingue/godi
GODI - Simple & Performant Dependency Injection Container for Go
obalunenko/getenv
Package getenv provides type-safe generic environment variables parser.
jtomasevic/gonerix
Generic collections for golang
baderkha/easy-gin
Adds support for DTOs using the gin framework
devs-group/godi
A lightweight, type-safe Dependency Injection (DI) container for Go, leveraging generics for a clean and intuitive API.
iwittkau/th
Experimental generic Go test helpers
lfaoro/ads
algorithms + datastructures = programs by niklaus wirth
Bezaeel/outbox-processor
sample generic go outbox processor
CAFxX/xbig
Ergonomic API for math/big
LPX3F8/orderedmap
🧑💻 Implementation of ordered map in golang. Fast, thread-safe and generic support
r6q/stream
Java 8 inspired streaming API for go
alis-is/jsonrpc2
JSON-RPC2.0 with generics
btwiuse/gmx
Generic Mutex container types for Go, inspired by Rust's Mutex and RwLock.
GaruGaru/go-batcher
High performance, easy to use batcher written in Go with generics™
HyperEntangledQubit/go-data-structures-and-algorithms
Implementations of basic data structures and algorithms in golang.
ivanvanderbyl/buffer
Generic, Asynchronous data buffer for Go applications that supports timeout and capacity flushing
notnull-co/dynaclient
DynaClient is a Go library that provides a custom HTTP client with support for dynamic types and parsers. It aims to have a minimal API and be very similar to the original Golang http.Client and http.NewRequest.
rlshukhov/generichold
GenericHold is BadgerHold extension provided simplest, generics-powered, type-safe API
tsmith023/go-permutate
A repository containing methods to compute and generate generic permutations using Go
zeslava/go-mongo-iter
Go MongoDB iterator with generics
adrianosela/multicast
Multiple writer / multiple listener channel in Go.
ghosind/collection
Generics collections framework for Golang.
lqxhub/listplus
go list that support generics and sorting
nkcmr/opt
Optionals in Go
rlshukhov/nullable
Golang nullable package powered by generics
sv-tools/gstack
Simple Generic Stack in Go using Linked List