From 48ab6605c66ac797e07f615101c3e9e10e932b66 Mon Sep 17 00:00:00 2001 From: Erik Dubbelboer Date: Thu, 12 May 2016 14:43:16 +0800 Subject: [PATCH] go fmt (#355) --- labels.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labels.go b/labels.go index cb549fc6..fca5c7dd 100644 --- a/labels.go +++ b/labels.go @@ -107,7 +107,7 @@ func CountLabel(s string) (labels int) { // Split splits a name s into its label indexes. // www.miek.nl. returns []int{0, 4, 9}, www.miek.nl also returns []int{0, 4, 9}. -// The root name (.) returns nil. Also see SplitDomainName. +// The root name (.) returns nil. Also see SplitDomainName. // s must be a syntactically valid domain name. func Split(s string) []int { if s == "." {