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
On Linux, if I look at:
http://localhost:6060/pkg/syscall/
I get warnings:
2013/02/14 09:58:46 skipping example ExampleLoadLibrary: refers to unknown function or
type
2013/02/14 09:58:47 skipping example ExampleLoadLibrary: refers to unknown function or
type
...
The file is already named syscall_windows_test.go. If I add a +build windows
constraint, it doesn't help.
Looking at src/cmd/godoc/parser.go, it doesn't seem that a Context is used at all, so
+build constraints aren't even honored?
There's a TODO from gri to add a ParseFile API. On Context?
I don't know what the right fix is here.
The text was updated successfully, but these errors were encountered:
The TODO in src/cmd/godoc/parser.go is unrelated (and not valid anymore), but parseDir
is not doing the right thing anymore - this is all historic code. Will look into this.
The text was updated successfully, but these errors were encountered: