Skip to content

jsouthworth/dyn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dyn

GoDoc Build Status

This package provides helpers for late binding of functions and methods for the go programming language. It encapsulates the reflection library in a nicer interface and allows generic behavior over a wide range of types. It is not compile time type safe and therefore should be used only when necessary.

All the functions allow for types to implement mechanisms to override go's default semantics. As one will see in the provided examples this is rather powerful.

Getting started

go get jsouthworth.net/go/dyn

Usage

The full documentation is available at jsouthworth.net/go/dyn

License

This project is licensed under the 0BSD License - see LICENSE

About

Late binding helpers for go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages