``` go
goimports -w *.go
```
报错显示
```
CreateFile *.go: The filename, directory name, or volume label syntax is incorrect.
```
更多评论
刚试了下,windows的cmd不支持*.go的表达方式,在ming64中可以支持,那么我如果想要windows脱离ming64支持,应该怎么实现
#1