We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad5e66 commit 7f8a89eCopy full SHA for 7f8a89e
mutex.go
@@ -2,8 +2,8 @@ package sync
2
3
import (
4
"fmt"
5
- "github.com/funny/util/debug"
6
- "github.com/funny/util/goid"
+ "github.com/funny/debug"
+ "github.com/funny/goid"
7
"os"
8
"strconv"
9
"sync"
0 commit comments