GitXplorerGitXplorer
g

exp

public
850 stars
211 forks
21 issues

Commits

List of commits on branch master.
Unverified
7588d65b2ba8549413779549f949cd7a5ccb1320

go.mod: update golang.org/x dependencies

ggopherbot committed 12 days ago
Unverified
7d7fa50e53290d2454e1d09b79da8da47076ff05

apidiff: pull test go version into a const

jjba committed 16 days ago
Unverified
dd03c70a0a45fb1ce034085aba342442c53239cc

rand: make function comment match function name

ccuishuang committed 18 days ago
Unverified
b2144cdd0a671dbe8481a8913c4118a2853fac87

shiny: adds loong64 to list of supported archs

jjustledbetter committed a month ago
Unverified
4a5509556b9e1c5d0387a8b1326e17c6731bb065

slices,maps: delegate to go1.21 functions of the same name

aadonovan committed a month ago
Unverified
1829a127f884df39fc2eaf7e0dfc760648098768

Revert "cmd/apidiff: stop using gcexportdata.{Read,Write}Bundle"

aadonovan committed a month ago

README

The README file for this repository.

exp

PkgGoDev

This subrepository holds experimental and deprecated (in the old directory) packages.

The idea for this subrepository originated as the pkg/exp directory of the main repository, but its presence there made it unavailable to users of the binary downloads of the Go installation. The subrepository has therefore been created to make it possible to go get these packages.

Warning: Packages here are experimental and unreliable. Some may one day be promoted to the main repository or other subrepository, or they may be modified arbitrarily or even disappear altogether.

In short, code in this subrepository is not subject to the Go 1 compatibility promise. (No subrepo is, but the promise is even more likely to be violated by go.exp than the others.)

Caveat emptor.