What did you do?
My golang program needs to find out if a path refers to an existing directory. I needed to find out how to do that. Here's what I did:
- Go to https://golang.org/
- Look around for a search button.
- Click the three-bars icon to display the menu.
- Click in the Search box.
- Type
isdir and hit ENTER.
- Looked for the appropriate function.
What did you expect to see?
A link to FileInfo.IsDir() bool
What did you see instead?
Irrelevent links. Here's a screenshot:

What did you do?
My golang program needs to find out if a path refers to an existing directory. I needed to find out how to do that. Here's what I did:
isdirand hit ENTER.What did you expect to see?
A link to FileInfo.IsDir() bool
What did you see instead?
Irrelevent links. Here's a screenshot:
