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
Depth int
Active bool
In bool // one level in depth
Out bool // one level out depth
In []bool // one level in depth
Out []bool // one level out depth
}
type readData struct {