From 38293b6d5df68eff2794576bb64f82c2715429b6 Mon Sep 17 00:00:00 2001 From: Joop Kiefte Date: Sat, 12 Sep 2020 16:37:57 +0200 Subject: Add more comments --- tris/lines.go | 1 + 1 file changed, 1 insertion(+) (limited to 'tris/lines.go') diff --git a/tris/lines.go b/tris/lines.go index 5cb6981..7c7026b 100644 --- a/tris/lines.go +++ b/tris/lines.go @@ -1,5 +1,6 @@ package tris +// Lines counts the number of lines that is completed and returns a Field with them removed func (f Field) Lines() (int, Field) { full := [10]bool{true, true, true, true, true, true, true, true, true, true} empty := [10]bool{false, false, false, false, false, false, false, false, false, false} -- cgit v1.2.3-70-g09d2