当我在ubuntu 16.04中打开visual studio代码编辑器时,它在顶部显示如下错误。
shfmt not found! run go get -u github.com/mvdan/sh/cmd/shfmt to install
然而,我试图从他的官方网站找到解决方案,但没有得到任何解决方案。
安装golang-go
后出现以下错误。
#go get -u github.com/mvdan/sh/cmd/shfmt
输出:
go/src/github.com/mvdan/sh/cmd/shfmt/main.go:156: undefined: io.SeekStart
答案 0 :(得分:1)
您必须先安装go。一旦你这样做,你就可以运行
go get -u github.com/mvdan/sh/cmd/shfmt
答案 1 :(得分:1)
shfmt 也可在 snap 商店获得:
snap install shfmt