fix comment on new func

This commit is contained in:
justdan96
2018-04-15 03:38:39 +01:00
parent b1778f7bea
commit 0175985677

View File

@@ -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, "\\") {