golang

package
v1.0.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 8, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package golang implements import extraction for Go source files.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Extractor

type Extractor struct{}

Extractor extracts import facts from Go source files.

func New

func New() *Extractor

New returns a new Go extractor.

func (*Extractor) Clone

func (e *Extractor) Clone() extractor.Extractor

func (*Extractor) Extensions

func (e *Extractor) Extensions() []string

func (*Extractor) Extract

func (e *Extractor) Extract(filePath string, content []byte) ([]model.ImportFact, error)

Extract parses Go source and returns all import facts.

func (*Extractor) ExtractDefinitions

func (e *Extractor) ExtractDefinitions(content []byte, symbolNames []string) []string

ExtractDefinitions returns signature lines for the given symbol names. Matches: func X(...), type X struct/interface/..., var X, const X

func (*Extractor) Language

func (e *Extractor) Language() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL