You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
when I try to call proteus.exe on Windows I get errors because I'm not able to understand the path format to use to specify -f and -p parameters.
I'm trying to generate proto files for package github.com/SMerrony/tello.
Assume that:
current folder is: C:\Users\Filippo\go\src\github.com\SMerrony\tello
in tello folder I have created a subfolder named protos
$GOPATH is C:\Users\Filippo\go
If I call proteus I get:
proteus -f .\protos -p github.com/SMerrony/tello
error scanning package "github.com/SMerrony/tello": La sintassi del nome del file, della directory o del volume non è corretta.
CreateFile C:\Users\Filippo\go\src\C:\Users\Filippo\go\src\github.com\SMerrony\tello: La sintassi del nome del file, della directory o del volume non è corretta.
How can I solve this issue on Windows?
Regards,
Filippo.
The text was updated successfully, but these errors were encountered:
Hello,
when I try to call proteus.exe on Windows I get errors because I'm not able to understand the path format to use to specify -f and -p parameters.
I'm trying to generate proto files for package github.com/SMerrony/tello.
Assume that:
If I call proteus I get:
How can I solve this issue on Windows?
Regards,
Filippo.
The text was updated successfully, but these errors were encountered: