Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (8 loc) · 413 Bytes

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.