Giter VIP home page Giter VIP logo

Comments (3)

nzin avatar nzin commented on June 20, 2024

I have the same issue, I switch back to go 1.18 for now

from go-bindata.

heybran avatar heybran commented on June 20, 2024

Same issue, any other solutions than changing golang version?

from go-bindata.

zond avatar zond commented on June 20, 2024

Have you checked if the command created a binary file in your $PATH?

When I run go env I get, among other things:

GOPATH="/home/zond/go"

This means that when I ran go install github.com/go-bindata/go-bindata/...@latest I got a file /home/zond/go/bin/go-bindata.

Making sure that the directory go installs files in is in your $PATH is unfortunately not something the go installation handles - you have to do that yourself in your environment configuration files.

Edit: I now realize that maybe the error message you got was from linux finding the file but not understanding it.

What does file $(which go-bindata) return for you? I get:

zond@rlyeh:~$ file $(which go-bindata)
/home/zond/go/bin/go-bindata: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, Go BuildID=nkYjXIaKC79arNKXbqVq/n2qxHicjX8BBGgQ4UrpA/Npu_kTjfRSBJpn38QL8u/a_GNCc30afJmXOhrOlac, with debug_info, not stripped

from go-bindata.

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.