Skip to content

Commit 4aa0ba8

Browse files
committed
Fix username module
1 parent 4b9b5df commit 4aa0ba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/components/username.go

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

33
import (
4-
"os/user"
5-
4+
"os"
5+
66
"github.com/xeyossr/pulsarship/internal/models"
77
"github.com/xeyossr/pulsarship/internal/utils"
88
)

0 commit comments

Comments
 (0)