File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- # go-tuple: Generic tuples for Go 1.18.
1
+ # go-tuple: Generic tuples for Go 1.18+ .
2
2
3
3
[ ![ Go] ( https://github.com/barweiss/go-tuple/actions/workflows/go.yml/badge.svg )] ( https://github.com/barweiss/go-tuple/actions/workflows/go.yml )
4
4
[ ![ Coverage Status] ( https://coveralls.io/repos/github/barweiss/go-tuple/badge.svg )] ( https://coveralls.io/github/barweiss/go-tuple )
5
5
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/barweiss/go-tuple )] ( https://goreportcard.com/report/github.com/barweiss/go-tuple )
6
6
[ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/barweiss/go-tuple.svg )] ( https://pkg.go.dev/github.com/barweiss/go-tuple )
7
7
[ ![ Mentioned in Awesome Go] ( https://awesome.re/mentioned-badge.svg )] ( https://github.com/avelino/awesome-go )
8
8
9
- Go 1.18 tuple implementation.
9
+ Go 1.18+ tuple implementation.
10
10
11
11
Use tuples to store 1 or more values without needing to write a custom struct.
12
12
You can’t perform that action at this time.
0 commit comments