package
2.0.0+incompatible
Repository: https://github.com/guidao/go-langserver.git
Documentation: pkg.go.dev

# Functions

BuildReverseImportGraph is much like importgraph.Build, except: * it only returns the reverse graph * it does not return errors * it uses a custom FindPackageFunc * it only searches pkgs under dir (but graph can contain pkgs outside of dir) * it searches xtest pkgs as well The code is adapted from the original function.
ListPkgsUnderDir is buildutil.ExpandPattern(ctxt, []string{dir + "/..."}).

# Type aliases

FindPackageFunc is the same type as loader.Config.FindPackage.