1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-17 03:02:28 +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() { func main() {
ctx, cancel := context.WithCancel(context.Background()) ctx, cancel := context.WithCancel(context.Background())
defer cancel() defer cancel()
c := concurrency.NewChannel[int]() c := concurrency.NewChannel[int]()
genVals := func() <-chan <-chan int { genVals := func() <-chan <-chan int {