Add example of Go generics (#415)

* Add example of Go generics

Fixes #349

* Remove TODO

* Update public link

* Update GitHub action to only build with 1.18-rc1

1.17 won't successfully build the generics example
This commit is contained in:
Eli Bendersky
2022-03-15 10:53:49 -07:00
committed by GitHub
parent 5c36a19ea8
commit 3c2447b2d1
9 changed files with 335 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go-version: [1.17.x, 1.18.0-rc.1]
go-version: [1.18.0-rc.1]
runs-on: ${{ matrix.os }}
steps: