pkgsrc/devel/go-sync/PLIST
minskim 48dc68e389 devel/go-sync: Import version 0.0.20180314
This package contains various packages and tools that support the Go
programming language.

Packages include a type-checker for Go and an implementation of the
Static Single Assignment form (SSA) representation for Go programs.
2018-07-18 02:38:08 +00:00

25 lines
1.3 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2018/07/18 02:38:08 minskim Exp $
gopkg/pkg/${GO_PLATFORM}/golang.org/x/sync/errgroup.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/sync/semaphore.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/sync/singleflight.a
gopkg/pkg/${GO_PLATFORM}/golang.org/x/sync/syncmap.a
gopkg/src/golang.org/x/sync/AUTHORS
gopkg/src/golang.org/x/sync/CONTRIBUTING.md
gopkg/src/golang.org/x/sync/CONTRIBUTORS
gopkg/src/golang.org/x/sync/LICENSE
gopkg/src/golang.org/x/sync/PATENTS
gopkg/src/golang.org/x/sync/README.md
gopkg/src/golang.org/x/sync/codereview.cfg
gopkg/src/golang.org/x/sync/errgroup/errgroup.go
gopkg/src/golang.org/x/sync/errgroup/errgroup_example_md5all_test.go
gopkg/src/golang.org/x/sync/errgroup/errgroup_test.go
gopkg/src/golang.org/x/sync/semaphore/semaphore.go
gopkg/src/golang.org/x/sync/semaphore/semaphore_bench_test.go
gopkg/src/golang.org/x/sync/semaphore/semaphore_example_test.go
gopkg/src/golang.org/x/sync/semaphore/semaphore_test.go
gopkg/src/golang.org/x/sync/singleflight/singleflight.go
gopkg/src/golang.org/x/sync/singleflight/singleflight_test.go
gopkg/src/golang.org/x/sync/syncmap/map.go
gopkg/src/golang.org/x/sync/syncmap/map_bench_test.go
gopkg/src/golang.org/x/sync/syncmap/map_reference_test.go
gopkg/src/golang.org/x/sync/syncmap/map_test.go