|
|
|
|
|
by GorsyGentle
843 days ago
|
|
Except I cannot `go run ~/that/project/over/there` as the use of go modules means I have to change directory to be inside the package first. I'm not sure why that is exactly, but it's always been a nit I've found frustrating. |
|
Although, with slight modification, you can `go run -C ~/that/project/over/there .`