pulumi/sdk/go/common/util/executable
Julien 2a4bc2fe0e
Provide a better error message when a Go program can't be run (#18383)
After compiling a Go program, check that we produced an executable, and
report an error message if not. This most likely means that the program
does not contain a `main` package.

Fixes https://github.com/pulumi/pulumi/issues/18290
2025-02-03 18:13:31 +00:00
..
executable.go Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00
executable_test.go Enable goheader rule and add missing license headers (#15473) 2024-09-09 12:05:45 +00:00
unix.go Provide a better error message when a Go program can't be run (#18383) 2025-02-03 18:13:31 +00:00
windows.go Provide a better error message when a Go program can't be run (#18383) 2025-02-03 18:13:31 +00:00