diff --git a/negotiator.go b/negotiator.go index 72e668f..6e30454 100644 --- a/negotiator.go +++ b/negotiator.go @@ -9,8 +9,8 @@ import ( "strings" ) +// GetDomain : parse domain name from based on slashes in the input func GetDomain(user string) (string, string) { - // parse domain name from based on slashes in the input domain := "" if strings.Contains(user, "\\") {