In and Out have to be arrays

This commit is contained in:
Las Zenow 2012-08-28 15:16:22 +02:00
parent 9a3e50b193
commit 2febea7d90

View file

@ -16,8 +16,8 @@ type chapter struct {
Link string Link string
Depth int Depth int
Active bool Active bool
In bool // one level in depth In []bool // one level in depth
Out bool // one level out depth Out []bool // one level out depth
} }
type readData struct { type readData struct {