Skip to content

starius/racesync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

$ go version
go version go1.8.3 linux/amd64
$ go get -race github.com/starius/racesync
# sync
.goroot/src/sync/cond.go:8: can't find import: "sync/atomic"
$ go get -t github.com/starius/racesync
$ go test -race github.com/starius/racesync/...
# net
can't create $WORK/net.a: open $WORK/net.a: no such file or directory

The issue: golang/go#20512

About

Go 1.8.3 fails to get this with -race

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages