This message was deleted.
# golang
s
This message was deleted.
l
Yes, but you don't need to build a binary. By default we will execute your program via
go run
if we don't find a matching binary.
l
If I cross compile for multiple platforms and distribute the binaries (to be investigated how that wold work) could it pick up the correct binary with the GO_ARCH suffix?
l