SatHelperApp
SatHelperApp copied to clipboard
'runtime/cgo' not found
When I run the command
go get github.com/OpenSatelliteProject/SatHelperApp/cmd/SatHelperApp
I get repeated messages
'runtime/cgo' not found
That's probably due your golang version. Which version you're using?
Hi Lucas, Thanks for your reply.I installed go-1.10 Muito obrigado,Arne
On Saturday, February 8, 2020, 6:12:04 PM EST, Lucas Teske <[email protected]> wrote:
That's probably due your golang version. Which version you're using?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Weird, should work with golang 1.10. Which operating system are you in?
runtime/cgo
is a builtin package in golang.
I use Ubuntu 18.04.3 LTS I will try to install golang again. Thanks so far,Arne
On Sunday, February 9, 2020, 4:10:44 PM EST, Lucas Teske <[email protected]> wrote:
Weird, should work with golang 1.10. Which operating system are you in?
runtime/cgo is a builtin package in golang.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.