Compare commits
No commits in common. "ae9db382ccab5f363d6f198ed04cfc3d536031e2" and "7f44b963ca2520fe6d4214404e9fe2316216e504" have entirely different histories.
ae9db382cc
...
7f44b963ca
|
@ -36,7 +36,7 @@ func main() {
|
||||||
fmt.Println("参数错误,请输入256,384,512")
|
fmt.Println("参数错误,请输入256,384,512")
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
}
|
}
|
||||||
return nil
|
return []byte{0}
|
||||||
}
|
}
|
||||||
fmt.Printf("%T \n%[1]x \n", sha())
|
fmt.Printf("%T \n%[1]x \n", sha())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue