Skip to content

Commit 6ed3b8a

Browse files
committed
rm unused imports
1 parent feb727a commit 6ed3b8a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

user_other.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@
44

55
package pq
66

7-
import (
8-
"os"
9-
"os/user"
10-
)
11-
127
func userCurrent() (string, error) {
138
return "", ErrCouldNotDetectUsername
149
}

0 commit comments

Comments
 (0)