README.md @@ -8,9 +8,9 @@ ) func main() { // 生成秘钥和公钥 // 生成秘钥和公钥, 参数: 文件前缀 if len(os.Args) > 1 && os.Args[1] == "-g" { licence.GetRsaKey() licence.GetRsaKey("test") return }