You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ianlancetaylor I just searched through the link you provided, but I don't see any direct reference to file naming or maintenance_windows.go. Can you point me a more specific location for the docs, or could we update the docs to make this more clear? Thanks!
Go version
go version go1.23.1 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
I have a simple program that just includes a file named
maintenance_windows.go
.What did you see happen?
The build seems to automatically exclude
maintenance_windows.go
, resulting in the build failing.Any other name works fine.
What did you expect to see?
The file would be included in the build.
The text was updated successfully, but these errors were encountered: