# Functions
NewBuilder creates a new Builder with the given options.
# Constants
ModModeMod fetches any module before building.
ModModeReadonly expect all modules to be present in the module cache for the current module.
ModModeVendor causes modules to be resolved from a vendor folder.
# Variables
Build is an alias for DefaultBuilder.Build.
DefaultBuilder is the default Builder.
ForceRebuild is an option to force rebuilding packages.
# Structs
Builder is a builder for go code.
BuilderOptions are options to create a builder with.
BuildOptions are options to supply for a Build.
# Interfaces
BuildOption are options to apply to BuildOptions.
# Type aliases
ModMode is the module download mode to use.