A simple golang generic extension library
go-extend requires Go version 1.23 or above.
With Go's module support, go [build|run|test]
automatically fetches the necessary dependencies when you add the import in your code:
import "github.com/lhn157953/ext"
Alternatively, use go get
:
go get -u github.com/lee157953/go-extend