/stdlibx-go

Extensions to golang stdlib. Zero dependencies.

Primary LanguageGoApache License 2.0Apache-2.0

stdlibx-go

Extensions to golang stdlib. Zero dependencies.

Usage

package app

import "github.com/ahawker/stdlibx-go/pkg"


func main() {
	stdlibx.Must[*string](nil) // panics
}

Local Development

$ make help
modules                        Tidy and vendor Go modules for local development.
test                           Run tests.
test-benchmark                 Run benchmark tests.

License

Apache 2.0