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