From 017598567788653641ea7c8e86455c3524899a09 Mon Sep 17 00:00:00 2001 From: justdan96 Date: Sun, 15 Apr 2018 03:38:39 +0100 Subject: [PATCH] fix comment on new func --- negotiator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, "\\") {