daodennis

Results 1 comments of daodennis

Instead of running: `make -C ${GOPATH}/src/github.com/infobloxopen/protoc-gen-gorm vendor` `make -C ${GOPATH}/src/github.com/infobloxopen/protoc-gen-gorm install` I was looking at https://github.com/infobloxopen/atlas-gentool/blob/294689e64b9dbf07f2ed4eb7ac82af85604eacce/Dockerfile#L82-L84 and noticed they do something not mentioned here: ``` RUN go install \ -ldflags...