We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ddde4 commit 3bb05d6Copy full SHA for 3bb05d6
src/sync/mutex.go
@@ -4,7 +4,7 @@ import (
4
"internal/task"
5
_ "unsafe"
6
7
- "github.com/tinygo-org/tinygo/src/runtime/volatile"
+ "runtime/volatile"
8
)
9
10
type Mutex struct {
0 commit comments