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