Compare commits

..

No commits in common. "ae9db382ccab5f363d6f198ed04cfc3d536031e2" and "7f44b963ca2520fe6d4214404e9fe2316216e504" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ func main() {
fmt.Println("参数错误请输入256384512") fmt.Println("参数错误请输入256384512")
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())
} }