Skip to content

snowmerak/generics-for-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generics for go

A useful generic codes for go

godoc

Go Reference

interfaces

types

types package is set of generic types.

syntax

syntax package is a set of control flow with generic.

cond has if, and switch.

pipe is a function pipeline.

iterable package gives iterable structure with slice or map.

collections

collections package a set of generic collections.

test

test package gives some useful testing tool.