1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-08 22:52:29 +08:00

doc: add go playground demo

This commit is contained in:
dudaodong
2023-05-19 11:42:17 +08:00
parent 78aa679670
commit 259dbce85e
13 changed files with 48 additions and 29 deletions

View File

@@ -687,7 +687,7 @@ import (
)
func main() {
original := FromSlice([]int{3, 2, 1})
original := stream.FromSlice([]int{3, 2, 1})
result, ok := original.FindLast()