Remove Environment as we already have env and expandenv filters from sprig

This commit is contained in:
Manfred Touron
2017-05-02 11:50:37 +02:00
parent 69cc91572b
commit 47ef416835
3 changed files with 7 additions and 34 deletions

View File

@@ -1,13 +1,13 @@
.PHONY: build
build:
go build -o protoc-gen-gotemplate .
go build -v -i -o protoc-gen-gotemplate .
.PHONY: install
install:
go install .
.PHONY: test
test: build
test: install
cd examples/import && make
cd examples/dummy && make
cd examples/flow && make