Does not compile under Windows with this command:

go build *.go 

Mistake:

 go build -o serv project\order\server\*.go GetFileAttributesEx project\order\server\*.go: The system cannot find the path specified. 
  • one
    What did you expect? Windows cmd does not know such a command. Run git bush from the console. - user227465
  • do you have a command line running as administrator?)) - Jenyokcoder
  • does not help on behalf of the administrator, but did a fine job - Ghost
  • one
    environment variable GOROOT set? - KhlorCyan
  • And on Windows * .go will deploy correctly in all ways with the .go extensions? - etki

0