Skip to content

Commit

Permalink
rm unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
bukowa committed Apr 24, 2021
1 parent feb727a commit 6ed3b8a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions user_other.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

package pq

import (
"os"
"os/user"
)

func userCurrent() (string, error) {
return "", ErrCouldNotDetectUsername
}

0 comments on commit 6ed3b8a

Please sign in to comment.