playground - 超时 运行 去构建

playground - timeout running go build

当我尝试在 playground (snippet) 上 运行 代码片段时,出现错误:

timeout running go build
go: finding module for package github.com/spf13/viper
go: downloading github.com/spf13/viper v1.7.1
go: found github.com/spf13/viper in github.com/spf13/viper v1.7.1
go: downloading github.com/magiconair/properties v1.8.1
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading github.com/mitchellh/mapstructure v1.1.2
go: downloading github.com/spf13/jwalterweatherman v1.0.0
go: downloading github.com/spf13/cast v1.3.0
go: downloading github.com/pelletier/go-toml v1.2.0
go: downloading github.com/spf13/pflag v1.0.3
go: downloading gopkg.in/ini.v1 v1.51.0
go: downloading github.com/subosito/gotenv v1.2.0
go: downloading gopkg.in/yaml.v2 v2.2.4
go: downloading github.com/fsnotify/fsnotify v1.4.7
go: downloading github.com/spf13/afero v1.1.2
go: downloading golang.org/x/text v0.3.2
go: downloading golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0

为了 运行 代码“游乐场”必须下载 viper 并且它是传递依赖项。

我假设“游乐场”对获取依赖项有限制。 我能解决吗❓

playground - timeout running go build [...] Could I solve it❓

没有。对不起。

Playground 是一个 playground 而不是构建服务器或应用程序服务器。