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