package models type Lab struct { Number string Task string Vars [][]Var ScriptPath string Complete bool }