mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-12-27 10:32:26 +00:00
refactor: use proper module name (#542)
* chore: reorganize go mod * refactor: use proper module name
This commit is contained in:
@@ -3,7 +3,8 @@ package utils
|
||||
import (
|
||||
"errors"
|
||||
"strings"
|
||||
"tinyauth/internal/config"
|
||||
|
||||
"github.com/steveiliop56/tinyauth/internal/config"
|
||||
)
|
||||
|
||||
func ParseUsers(users string) ([]config.User, error) {
|
||||
|
||||
Reference in New Issue
Block a user