Skip to content

Commit 3bb05d6

Browse files
committed
fix volatile's import path
1 parent a0ddde4 commit 3bb05d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sync/mutex.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"internal/task"
55
_ "unsafe"
66

7-
"github.com/tinygo-org/tinygo/src/runtime/volatile"
7+
"runtime/volatile"
88
)
99

1010
type Mutex struct {

0 commit comments

Comments
 (0)