Skip to content

Commit 2d88f33

Browse files
authored
Update references of Go1.18 in readme to Go1.18+ (#19)
1 parent c914009 commit 2d88f33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# go-tuple: Generic tuples for Go 1.18.
1+
# go-tuple: Generic tuples for Go 1.18+.
22

33
[![Go](https://github.com/barweiss/go-tuple/actions/workflows/go.yml/badge.svg)](https://github.com/barweiss/go-tuple/actions/workflows/go.yml)
44
[![Coverage Status](https://coveralls.io/repos/github/barweiss/go-tuple/badge.svg)](https://coveralls.io/github/barweiss/go-tuple)
55
[![Go Report Card](https://goreportcard.com/badge/github.com/barweiss/go-tuple)](https://goreportcard.com/report/github.com/barweiss/go-tuple)
66
[![Go Reference](https://pkg.go.dev/badge/github.com/barweiss/go-tuple.svg)](https://pkg.go.dev/github.com/barweiss/go-tuple)
77
[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go)
88

9-
Go 1.18 tuple implementation.
9+
Go 1.18+ tuple implementation.
1010

1111
Use tuples to store 1 or more values without needing to write a custom struct.
1212

0 commit comments

Comments
 (0)