package main import ( "errors" "html/template" "image" "image/png" "log" "net/http" "os" "strconv" "janouch.name/sklad/bdf" "janouch.name/sklad/imgutil" "janouch.name/sklad/label" "janouch.name/sklad/ql" ) var font *bdf.Font var tmpl = template.Must(template.New("form").Parse(`