Categorygithub.com/mattn/go-for-range-experiment-example
repository
0.0.0-20240922142250-9fab252847f9
Repository: https://github.com/mattn/go-for-range-experiment-example.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

go-for-range-experiment-example

Example code for Go generics.

Usage

for go1.22

$ GOEXPERIMENT=rangefunc go build

for go1.23

$ go build

Requirements

Go 1.22 or later

License

MIT

Author

Yasuhiro Matsumoto (a.k.a. mattn)