# README
Code copied from other Go modules
This package holds code copied and modified from other open source projects. Each file is licensed under its original license.
Structure
gover/
- Copied from Golang 1.23
src/internal/gover
# Packages
Package gover implements support for Go toolchain versions like 1.21.0 and 1.21rc1.
# Functions
StripGo converts from a "go1.21-bigcorp" version to a "1.21" version.