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. 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. Source: https://ru.stackoverflow.com/questions/629599/
All Articles