Closed ucdo closed 1 month ago
go version:1.23.2
I ran air on command line,but gave me error:
air
I think It's the ' and '\' stop the command.
'
'\"F:\\Core2\\tmp\\main.exe\"'
"F:\\Core2\\tmp\\main.exe"
only "F:\xxx\tmp\main.exe" can run.
"F:\xxx\tmp\main.exe"
try set follow config in .air.toml full_bin = ".\\tmp\\main.exe"
full_bin = ".\\tmp\\main.exe"
Thanks.It can work now.
go version:1.23.2
I ran
air
on command line,but gave me error:I think It's the
'
and '\' stop the command.'\"F:\\Core2\\tmp\\main.exe\"'
"F:\\Core2\\tmp\\main.exe"
only
"F:\xxx\tmp\main.exe"
can run.