Skip to content

GoSymbolKinds

export type GoSymbolKinds = “symbol” | “named-type” | “function” | “field” | “package”;