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

wtask-go/alloc

Repository files navigation

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.