Categorygithub.com/ahawker/stdlibx-go
repository
1.54.0
Repository: https://github.com/ahawker/stdlibx-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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