gnorm
gnorm copied to clipboard
gnorm gen error: echo doesn't work on windows
Error: generating file for schema public: error running postrun command ["echo" "..\models\public.go"]: exec: "echo": executable file not found in %PATH%
gnorm.toml
PostRun = ["echo", "$GNORMFILE"]
windows 10 install
go get gnorm.org/gnorm
cd gopath/src/gnorm.org/gnorm
go get github.com/magefile/mage
mage build
PostRun = ["goimports", "-w", "$GNORMFILE"]
weird, I thought echo worked on windows.... maybe it's just a command prompt alias or something? thanks for pointing this out, I'll try to fix this.