Compile a Go source file using the vendored dependencies
mangoro_go_build(src, out, gomaxprocs = 1, gocache = NULL, ...)Path to the compiled binary
Path to the Go source file
Path to the output binary
Number of threads for Go build (sets GOMAXPROCS env variable)
Path to Go build cache directory. If NULL (default), uses a temporary directory to comply with CRAN policy. Set to NA to use the default Go cache location.
Additional arguments to pass to Go build