godef
godef copied to clipboard
Does godef support build tags?
Godef doesn't seem to find definitions in build-tag(ged) files, such as files with
//go:build foo
// +build foo
in the head.
Is there a way to pass built-tag into godef invocation?