xgo
xgo copied to clipboard
want to add a subcommand to see the list of compilable commands
a very good tool
I would like to add a subcommand that can view the list of currently available compilations, something like golang command:
$go tool dist list
aix/ppc64
android/386
android/amd64
android/arm
android/arm64
...
darwin/amd64
darwin/arm64
dragonfly/amd64
freebsd/386
thanks!!!
Thanks for your kind words <3
I'd be very open to accepting a PR that does this.
I want to develop this feature to add a subcommand inside xgo.go to show all platforms. Bug I don't know what are all the data sources for --targets @techknowlogick