gotools/gopls/internal/vulncheck/vulntest/stdlib.go

// maybeStdlib reports whether the given import path could be part of the Go
// standard library, by reporting whether the first component lacks a '.'.
func maybeStdlib(path string) bool {}