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.6k 阅读
6 回答7.1k 阅读✓ 已解决
4 回答2.6k 阅读
2 回答1.1k 阅读✓ 已解决
1 回答2.3k 阅读
2 回答1.1k 阅读
1 回答1.1k 阅读
windows:
go build ./ && app.exe
等同于
unix like:
go run *.go