Hacker News new | ask | show | jobs
by jeremyfranco 2387 days ago
`go run` doesn't seem too hard to me.

https://golang.org/cmd/go/#hdr-Compile_and_run_Go_program

1 comments

I haven't encountered it so far.

Last time I fiddled with something Go based was wit cfssl (cloudflare's excellent PKI thingie), and that uses something else. I don't remember what, it's in the GitHub Action YML file now. (Which alas turned out to be a big hot air pipeline :// )

I plan on learning a bit more about Go, but last time with the 2.0 proposal and the go mod/dep thing it seemed like there will be some streamlining, so I decided to postpone the immersion into the Go-cean.