pub fn is_internal_path(pkg: &str) -> boolExpand description
Whether pkg is a Go-internal package (runtime, internal/*, vendor/*,
or compiler-emitted pseudo-paths like type:*).
Shared between FunctionInfo::is_internal and
crate::structures::types::GoType::is_internal.