-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
open NUL: The system cannot find the file spec #27895
Comments
Hi @QylinFly , are you sure you don't have a corrupted file ? Can you upload the file for us to try ? Have you tried with Go 1.11 ? |
NUL is a name of a device file on Windows. Please post any particularly relevant contents of test.go for further analysis. (Such as, a call to Open or Create). |
I have the same problem too. import "fmt" func main() { I use win10 and go 1.11, and test go1.10 go1.9 too, |
@lan1009627065 please show us exact commands that you run. Thank you. Maybe a duplicate of #28035 ? Alex |
go run test.go I think it is a windows 10 problem. I have solved problem by upgrading windows 10 to the latest version last night. Thank you for your reply. |
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
What version of Go are you using (
go version
)?go1.9.2
What did you do?
win 10
go run test.go
open NUL: The system cannot find the file spec
The text was updated successfully, but these errors were encountered: