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

doc: format document

This commit is contained in:
dudaodong
2023-01-13 10:48:21 +08:00
parent 6f27e0bfbf
commit b422d98702

View File

@@ -82,8 +82,8 @@ import (
)
func main() {
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
ctx, cancel := context.WithCancel(context.Background())
defer cancel()
c := concurrency.NewChannel[int]()
genVals := func() <-chan <-chan int {