walker

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2022 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package walker contains the walker that scans directories for golang files.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Walker

type Walker interface {
	Walk(path string) (err error)
	Files() <-chan *ast.File
	Close()
}

Walker explores golang source files.

func NewWalker

func NewWalker(fset *token.FileSet, exclude []string) (w Walker, err error)

NewWalker creates new Walker.

Jump to

Keyboard shortcuts

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