Registry / utility / x-exp
library0.0.0-20260529124908-c761662dc8c9gogounverified

Experimental packages for Go, including new features and utilities.

go get golang.org/x/exp
INSTALL
IMPORT
SIG · X-EXP
X
x-exp
utilitygov0.0.0-20260529124908-c761662dc8c9
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.

exp
✓ golang.org/x/exp

Uses the experimental maps package to get keys from a map.

package main import ( "fmt" "golang.org/x/exp/maps" ) func main() { m := map[string]int{"a": 1, "b": 2} keys := maps.Keys(m) fmt.Println(keys) }
Debug
Known issues
breakingPackages in x/exp have no compatibility guarantees and may change or be removed.
fix
Avoid using in production; consider alternatives from the standard library.
affects: >=0.0.0
Upgrade
Version history
0.0.0-20260529124908-c761662dc8c9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
x-exp — go get x-exp · libregistry