Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 413 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 413 Bytes

alloc

Allocation and dereference package for Go.

Go Reference

Requirements

Go 1.20 and above.

This package based on generics feature introduced for Go 1.18, but tested with Go 1.20 only.

Example

See the examples_test.go for a small example of how to use the package.