-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
Description
windows CMD doesn't automatically expand *, and go run doesn't either, so M-x compile go run *.go doesn't work, giving this error
CreateFile *.go: The filename, directory name, or volume label syntax is incorrect.
which is the same as running go run *.go under CMD or Powershell. Though saving the file and then running M-x eshell go run *.go works fine, of course, as a stopgap work around.
I suspect *.go needs to get expanded before being passed to M-x compile, or some other method used to run the playground.
benshabatnoam