parent
65218af636
commit
3a636bfb4b
3 changed files with 15 additions and 1 deletions
@ -0,0 +1,9 @@ |
||||
package main |
||||
|
||||
import ( |
||||
common "source.heropunch.io/tomo/go-coreutils" |
||||
) |
||||
|
||||
func main() { |
||||
common.SumMain(common.SHA256Regex, common.SHA256Sum) |
||||
} |
Loading…
Reference in new issue