Documentation ¶
Index ¶
- func Go(ctx context.Context, cwd string, args ...string) (string, error)
- func Info(ctx context.Context) (string, string, error)
- func Install(ctx context.Context, cwd string, args ...string) error
- func InstallCommonDeps(ctx context.Context, workdir string) error
- func ModDownload(ctx context.Context, cwd string) error
- func Test(ctx context.Context, cwd string, args ...string) error
- func WithEnv(ctx context.Context, workdir string) context.Context
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InstallCommonDeps ¶
InstallCommonDeps installs common dependencies needed by the infra tests in this repo. Tries up to three times per dependency in case of transient network issues.
func ModDownload ¶
ModDownload downloads the Go module dependencies of the module in cwd. Tries up to three times in case of transient network issues.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.