Path to this page:
./
wip/go-genny,
Elegant generics for Go
Branch: CURRENT,
Version: 20200409nb1,
Package name: go-genny-20200409nb1,
Maintainer: kamelderouicheUntil the Go core team include support for generics in Go, genny is a
code-generation generics solution. It allows you write normal buildable and
testable Go code which, when processed by the genny gen tool, will replace the
generics with specific types.
* Generic code is valid Go code
* Generic code compiles and can be tested
* Use stdin and stdout or specify in and out files
* Supports Go 1.4's go generate
Master sites:
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2021-05-08) Updated to version: go-genny-20200409nb1
- (2021-01-19) Package added to pkgsrc.se, version go-genny-20200409 (created)