reugn / go-traitsLinks
A concept package that helps implement mixin behavior using embedded structs and hook interfaces.
☆25Updated 3 years ago
Alternatives and similar repositories for go-traits
Users that are interested in go-traits are comparing it to the libraries listed below
Sorting:
- Simple expression evaluation engine for Go☆72Updated 5 years ago
- Encrypted drop-in replacement of golang' os.File. It handles WriteAt, Seek, Truncate, etc. Can deal with huge files, random access, etc.☆46Updated 5 months ago
- stream is a concurrency pattern implementation using Go generics. a.k.a. my accidentally awesome library☆67Updated 9 months ago
- Pratt parser implementation in Go☆46Updated 3 years ago
- Versatile Go code generator.☆47Updated 3 years ago
- Recreates directory and files from embedded filesystem using Go 1.16 embed.FS type.☆30Updated 3 years ago
- Package set is a small wrapper around the official reflect package that facilitates loose type conversion and assignment into native Go t…☆47Updated 3 years ago
- Go code to help create various charts, e.g. C3, D3, Rickshaw, go-chart, etc.☆54Updated this week
- Static (i.e. compile-time) plugins for go☆26Updated 5 years ago
- schema is a Go package providing access to database schema metadata, for database/sql drivers.