|
|
|
|
|
by moondev
1471 days ago
|
|
This is why I like that you can "go run" golang programs without installing them. Anywhere golang is installed it will automatically build cache and run the binary for whatever platform you are on. For example go run sigs.k8s.io/kind@latest create cluster
I wonder if something like this exists for rust |
|