GetFileAttributesEx *.go: The filename, directory name, or volume label syntax is incorrect.
我在linux尝试了一下,是可以运行的,这是什么原因呢?
GetFileAttributesEx *.go: The filename, directory name, or volume label syntax is incorrect.
我在linux尝试了一下,是可以运行的,这是什么原因呢?
2 回答1.4k 阅读
2 回答1.5k 阅读
2 回答1.3k 阅读
2 回答1.3k 阅读
3 回答893 阅读
2 回答1.1k 阅读
2 回答1.1k 阅读
windows:
go build ./ && app.exe
等同于
unix like:
go run *.go