File tree Expand file tree Collapse file tree 6 files changed +6
-8
lines changed
Expand file tree Collapse file tree 6 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1616
1717# ###############################
1818* .bat
19+ ! go_test.bat
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ go2linq
1111** go2linq** is inspired by Jon Skeet's [ Edulinq series] ( https://codeblog.jonskeet.uk/category/edulinq/ ) .
1212
1313Since ** go2linq** uses generics it requires at least Go 1.18.
14- Use [ gotip tool ] ( https://pkg.go.dev/golang.org/dl/gotip ) or install [ go1.18beta2] ( https://go.dev/dl/#go1.18beta2 ) to experiment with ** go2linq** .
14+ Use [ gotip] ( https://pkg.go.dev/golang.org/dl/gotip ) or [ go1.18beta2] ( https://go.dev/dl/#go1.18beta2 ) to experiment with ** go2linq** .
1515
1616---
1717
1818## Examples
1919
2020Examples of ** go2linq** 's use are in the ` example ` directory and among corresponding tests.
2121
22- ### Quick simple example
22+ ### Quick and easy example
2323
2424``` go
2525// go:build go1.18
Original file line number Diff line number Diff line change 1- //go:build go1.18
2-
31// Package go2linq implements .NET's LINQ to Objects
42// (https://docs.microsoft.com/dotnet/csharp/programming-guide/concepts/linq/linq-to-objects).
53//
Original file line number Diff line number Diff line change 1- //go:build go1.18
2-
31package go2linq
42
53import (
Original file line number Diff line number Diff line change 1+ rem gotip.exe test
2+
3+ go1.18beta2 test
Original file line number Diff line number Diff line change 1- //go:build go1.18
2-
31package go2linq
42
53type PlanetType int
You can’t perform that action at this time.
0 commit comments