Skip to content

Commit

Permalink
ide找不到库
Browse files Browse the repository at this point in the history
  • Loading branch information
longtails committed Dec 8, 2019
1 parent 56a8777 commit d5ab1a0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion PaaS/pushImageToPrivateRegisty.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,7 @@ func isDockerImageInRegistry(registryAddress,name,tag string)error{
return nil
}

```
```


goland 编译时某些库找不到,但是系统终端上打开代理时可以编译的,这里可以用go mod vendor打包成vendor依赖,方便ide使用,就不需要ide代理翻墙了

0 comments on commit d5ab1a0

Please sign in to comment.