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尝试了一下,是可以运行的,这是什么原因呢?
7 回答5.3k 阅读
6 回答6.9k 阅读✓ 已解决
4 回答2.3k 阅读
1 回答2k 阅读✓ 已解决
1 回答3.4k 阅读
2 回答2.2k 阅读
1 回答2.1k 阅读
windows:
go build ./ && app.exe
等同于
unix like:
go run *.go