Giter VIP home page Giter VIP logo

Comments (3)

oderwat avatar oderwat commented on August 11, 2024

Well. It works when I set a GOTPATH env variable, create a src folder and use cd $GOPATH/src/ && GO111MODULE=off go get -u github.com/go-jet/jet/cmd/jet.

I think it should work without a GOPATH set and no usage of GO111MODULE . Since going 1.16, one should be able to install with go install github.com/go-jet/jet/cmd/jet@latest.

from jet.

go-jet avatar go-jet commented on August 11, 2024

It seems to me you had a two jet generator versions installed, v1 and v2(go.mod). Probably in $GOPATH/bin and $HOME/go/bin, and v1 version was always called. v2 generator will always add /v2/mysql in import path.
go install github.com/go-jet/jet/cmd/jet@latest will install v1 version.
To install v2 version, you need to add v2 to the path:
go install github.com/go-jet/jet/v2/cmd/jet@latest

from jet.

oderwat avatar oderwat commented on August 11, 2024

I am sure I only had one version (my / the default $GOPATH is unset) and it still works when I use what I wrote above (without specifying v2). I wonder now, why that will create the imports with the v2 (as it should be the go-path version?) ... WELL WAIT.. yeah right it is the go-path version of v2 (of course...)

Anyway, my problem is solved:

It works perfectly using the V2 path with the @latest install. I remember trying that but it failed. I must have done something different wrong at that point (I guess I added v2 as the last component in the path).

from jet.

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.