sourcegraph / go-sourcegraph

https://sourcegraph.com/github.com/sourcegraph/go-sourcegraph
MIT License
42 stars 9 forks source link

goreplace.go: Fix invalid permissions. #64

Closed dmitshur closed 9 years ago

dmitshur commented 9 years ago

Meant to use octal, not hex.

Use "generate" build tag rather than "ignore" for consistency, and making it easier to fetch dependencies of generator programs (in this case, it doesn't matter since all dependencies are in std lib).

keegancsmith commented 9 years ago

shipit