Registry / utility / util
library0.0.3gogounverified

A collection of small utility functions for Go.

go get vbom.ml/util
INSTALL
IMPORT
SIG · UTIL
U
util
utilitygov0.0.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

util
vbom.ml/util

Use a utility function to find the minimum of two integers.

package main import ( "fmt" "vbom.ml/util" ) func main() { fmt.Println(util.Min(3, 5)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
util — go get util · libregistry