Coder Social home page Coder Social logo

Comments (6)

V1con avatar V1con commented on July 1, 2024 2

Had the same issue, but adding the go binaries to $PATH fixed it.

basically check in terminal echo $GOPATH. If its empty, go defaults to /home/<user>/go/ as path.
After confirming that this is the correct directory go uses, you just need to add in you ~/.bashrc file this line: export PATH="$PATH:/home/<user>/go/bin"

from gopher.nvim.

sai-sy avatar sai-sy commented on July 1, 2024 1

THIS WORKED. thank you. I thought I had to go binaries in the PATH and didn't think

from gopher.nvim.

olexsmir avatar olexsmir commented on July 1, 2024

Hello, sorry for the long wait. Mainly this problem appears when $GOPATH/bin is not in $PATH. Check if you can execute the gomodifytags in the shell

from gopher.nvim.

sai-sy avatar sai-sy commented on July 1, 2024

No worries, it does not execute but running :GoInstallDeps gives me Not an editor command:

from gopher.nvim.

olexsmir avatar olexsmir commented on July 1, 2024

It might happen because the plugin is not loaded, as I see you load it only on Go files.

from gopher.nvim.

sai-sy avatar sai-sy commented on July 1, 2024

I'm working and trying everything from a Go project, running :GoInstallDeps from the Go project works, but I still get the error message when trying to run :GoTagAdd json

from gopher.nvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.