Skip to content

Commit 7f8a89e

Browse files
committed
change import path
1 parent 8ad5e66 commit 7f8a89e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mutex.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package sync
22

33
import (
44
"fmt"
5-
"github.com/funny/util/debug"
6-
"github.com/funny/util/goid"
5+
"github.com/funny/debug"
6+
"github.com/funny/goid"
77
"os"
88
"strconv"
99
"sync"

0 commit comments

Comments
 (0)