Michael Fogleman

Results 138 comments of Michael Fogleman

Use `go run main.go` instead of `primitive`

Dunno dude, it worked for me.

Yeah that's it. Show me what you tried.

https://primitive.lol/

https://ondras.github.io/primitive.js/

@justswim Nice!

This is a good idea, just have to get around to it.

That looks like a file system permissions problem. `go get` will clone the repo at `$GOPATH/src/github.com/fogleman/primitive` which apparently you don't have permission to write. Did you set a GOPATH? If...

@AshleyMSherwood `go get` puts the binary in `$GOPATH/bin`, which needs to be on your `PATH` in order to run `primitive` from any directory.

@qade544 Works for me: ``` ➜ ~ go get -v -u github.com/fogleman/primitive github.com/fogleman/primitive (download) github.com/fogleman/gg (download) github.com/golang/freetype (download) Fetching https://golang.org/x/image/math/fixed?go-get=1 Parsing meta tags from https://golang.org/x/image/math/fixed?go-get=1 (status code 200) get "golang.org/x/image/math/fixed":...