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