Mirror of a distributed, offline-first bug tracker embedded in git
1package commands 2 3import "flag" 4 5var update = flag.Bool("update", false, "update golden files")