Versions in this module Expand all Collapse all v0 v0.4.0 Mar 4, 2022 Changes in this version + func Arch(ctx context.Context) string + func Cwd(ctx context.Context) (string, error) + func Env(ctx context.Context, key string) string + func Environ(ctx context.Context) []string + func Os(ctx context.Context) string + func WithArch(ctx context.Context, arch string) context.Context + func WithCwd(ctx context.Context, cwd string) (context.Context, error) + func WithEnviron(ctx context.Context, environ []string) context.Context + func WithOs(ctx context.Context, os string) context.Context