gnormal / gnorm

A database-first code generator for any language
https://gnorm.org
Other
487 stars 40 forks source link

Error installing #32

Closed markbates closed 6 years ago

markbates commented 6 years ago

When I tried to install via go get I get an import error.

$ go get -u -v github.com/gnormal/gnorm 
github.com/gnormal/gnorm (download)
package github.com/gnormal/gnorm: code in directory /Users/markbates/Dropbox/development/gocode/src/github.com/gnormal/gnorm expects import "gnorm.org/gnorm"
natefinch commented 6 years ago

that's because you gotta go get gnorm.org/gnorm :)

natefinch commented 6 years ago

Hmm.. but I notice that I didn't say that anywhere in the readme. Will make obvious :)

markbates commented 6 years ago

The README doesn’t say that. It just says that it’s Go gettable.

The README needs some instructions on tying it from there since it’s a vanity domain.


Mark Bates

On Sep 19, 2017, 8:11 PM -0400, Nate Finch notifications@github.com, wrote:

that's because you gotta go get gnorm.org/gnorm :) — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

markbates commented 6 years ago

Never mind. You beat me to the punch. :)

natefinch commented 6 years ago

Fixed! Thanks!