ui/layout,ui/app: fix tests, go fmt, update comments

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-09-26 19:15:58 +02:00
parent bdd6b32711
commit ce74bc0cba
4 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ const (
const inf = 1e6
// Init prepares the list for iterating through its children with Next.
// init prepares the list for iterating through its children with next.
func (l *List) init(gtx *Context, len int) {
if l.more() {
panic("unfinished child")