mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-14 05:06:59 +00:00
copy config.yaml to docker image enable external usage of dashboard package gofmt fix comment use packr for assets add gobuffalo/packr dependency add dependencies fix pointer issues add output-file option
11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
# With no .gomodproxy supporting files, we use the GOPROXY from
|
|
# the environment.
|
|
env GOPROXY=0.1.2.3
|
|
unquote file.txt
|
|
testscript -v file.txt
|
|
|
|
-- file.txt --
|
|
>go env
|
|
>[!windows] stdout '^GOPROXY="0.1.2.3"$'
|
|
>[windows] stdout '^set GOPROXY=0.1.2.3$'
|