Documentation ¶ Index ¶ func Go(dir string, recursive bool) ([]string, error) 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. Types ¶ This section is empty. Source Files ¶ View all Source files go.go Click to show internal directories. Click to hide internal directories.