uid Test Key <test@example.com> sub rsa3072 2022-06-04 [E] $ gpg --export -a test@example.com > testpublickey.asc $ gpg --export-secret-key -a test@example.com > testsecretkey.asc 如果我们将 的内容嵌入testpublickey.asc到您的代码中并进行编译,它现在可以正常运行...$ go build $ ...