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

doc: update stream package document

This commit is contained in:
dudaodong
2023-04-17 13:53:47 +08:00
parent a8a96be21b
commit c3fad62d8c
4 changed files with 193 additions and 25 deletions

View File

@@ -2,7 +2,7 @@
// Use of this source code is governed by MIT license
// Package stream implements a sequence of elements supporting sequential and operations.
// this package is an experiment to explore if stream in go can work as the way java does. it's function is very limited.
// this package is an experiment to explore if stream in go can work as the way java does. its function is very limited.
package stream
import (