Hacker News new | ask | show | jobs
by januxnet 109 days ago
but, does the server needs golang to run it?
1 comments

Yes, the controller/server does need GoLang installed because it runs `go build ...` to build a binary for the target machine OS and Architecture. That is what allows it not to need Go or Python on the managed servers.