Vendor File not showing up
Hello, I am using Goland 2018.2. The vendor directory where my dependencies are placed is not showing up in the Goland IDE. The vendor directory is definitely there in the app folder. If I build it builds successfully. Goland is just not recognizing the folder.
Can anyone please help me solve this issue?
Below is my go env.
```GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/japplebaum/projects"
GOPROXY=""
GORACE=""
GOROOT="/usr/local/Cellar/go/1.11.2/libexec"
GOTMPDIR=""
GOTOOLDIR="/usr/local/Cellar/go/1.11.2/libexec/pkg/tool/darwin_amd64"
GCCGO="gccgo"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/r2/y6dlsprd6kzc76kjk01vlv8h0000gn/T/go-build291641657=/tmp/go-build -gno-record-gcc-switches -fno-common"
```
请先登录再写评论。
First, please upgrade to GoLand 2018.3.3 and see if that solves the problem.
If not, please open an issue on our tracker and provide the IDE logs via ` Help | Compress Logs and Show in Finder ` and attach the zip file that shows up.
Also, attach an image of the project window with the folder list showing up.
Thank you.
Thanks Florin. Upgrading to 2018.3.3 seems to have fixed the issue.