gofmt -s -w .

This commit is contained in:
Nazar Kanaev
2021-04-06 08:43:15 +01:00
parent 614dcc8975
commit 2df2f41516
11 changed files with 30 additions and 34 deletions

View File

@@ -3,7 +3,7 @@ package htmlutil
import "testing"
func TestExtractText(t *testing.T) {
testcases := [][2]string {
testcases := [][2]string{
{"hello", "<div>hello</div>"},
{"hello world", "<div>hello</div> world"},
{"helloworld", "<div>hello</div>world"},