Satisfy the go linter
You just came up with this briliant go vars package. But dang, you forgot to add comments to the exported variables. Can you add a comment over each variable with a TODO-placeholder?
package vars var ( Version string Debug bool )
package vars var ( // Version TODO Version string // Debug TODO Debug bool )