Compare commits
2 Commits
7f44b963ca
...
ae9db382cc
Author | SHA1 | Date |
---|---|---|
|
ae9db382cc | |
|
a649d294cb |
|
@ -36,7 +36,7 @@ func main() {
|
|||
fmt.Println("参数错误,请输入256,384,512")
|
||||
os.Exit(0)
|
||||
}
|
||||
return []byte{0}
|
||||
return nil
|
||||
}
|
||||
fmt.Printf("%T \n%[1]x \n", sha())
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue