deps

package
v0.29.0 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Go added in v0.24.0

func Go(dir string, recursive bool) ([]string, error)

Go produces the list of files involved in building the Go package in the given directory. It traverses package dependencies transitively, but only within the original package's module. The list is sorted for consistent, predictable results.

func Proto added in v0.24.0

func Proto(filename string, includes []string) ([]string, error)

Proto reads a protocol-buffer file and returns its list of dependencies. Included in the dependencies is the file itself, plus any files it imports (directly or indirectly) that can be found among the given include directories. The list is sorted for consistent, predictable results.

Types

This section is empty.

Jump to

Keyboard shortcuts

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