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