mirror of
https://github.com/golang/go
synced 2024-11-23 05:40:04 -07:00
b54cae276a
go/version provides basic comparison of Go versions, for use when deciding whether certain language features are allowed, and so on. See the proposal issue #62039 for more details. Fixes #62039 Change-Id: Ibdfd4fe15afe406c46da568cb31feb42ec30b530 Reviewed-on: https://go-review.googlesource.com/c/go/+/538895 Auto-Submit: Russ Cox <rsc@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Bryan Mills <bcmills@google.com>
4 lines
153 B
Plaintext
4 lines
153 B
Plaintext
pkg go/version, func Compare(string, string) int #62039
|
|
pkg go/version, func IsValid(string) bool #62039
|
|
pkg go/version, func Lang(string) string #62039
|