package main import ( common "source.heropunch.io/tomo/go-coreutils" ) func main() { common.SumMain(common.SHA1Regex, common.SHA1Sum) }