Code Monkey home page Code Monkey logo

Comments (3)

notlmn avatar notlmn commented on August 12, 2024

This should be a separate issue but I tried to download and install gofish, but Chrome thinks its harmful.

image


I've even uploaded the archives to Virus Total and one engine suspects Windows zip archive, but not other archives.


Can this not be made go getable?

from gofish.

bacongobbler avatar bacongobbler commented on August 12, 2024

Yeah so the first thing is definitely a bug in the PowerShell script. Feel like taking a crack at it?

That's interesting that it's just the zip archive that's considered unsafe. They're created the exact same process as the tarball as seen in make dist: https://github.com/fishworks/gofish/blob/master/Makefile#L31-L39

Gofish is go get able (go get -u github.com/fishworks/gofish/cmd/gofish/...), but I'd rather users actually use the release binaries or build from source using dep instead because

  1. the release binaries have been guaranteed to be tested for quality assurance
  2. I cannot guarantee that the dependencies gofish relies on will always work on master

go get IMO is a horrible, horrible release tool due to its nature of fetching everything off master.

If you'd like to build from source, there's the hacking guide which follows through the steps to build from source.

from gofish.

notlmn avatar notlmn commented on August 12, 2024

Yeah so the first thing is definitely a bug in the PowerShell script. Feel like taking a crack at it?

#58

go get IMO is a horrible, horrible release tool due to its nature of fetching everything off master

Wonder why they ever designed it that way. I'm no Go programmer but what about versioned branches?

from gofish.

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.