Adding go get -u to chromedp-gen/build.sh to ensure always on latest easyjson/qtc

This commit is contained in:
Kenneth Shaw 2017-06-12 08:32:38 +07:00
parent 91303cba34
commit 74075d513f

View File

@ -1,6 +1,10 @@
#!/bin/bash
set -ve
go get -u \
github.com/mailru/easyjson/easyjson \
github.com/valyala/quicktemplate/qtc
go generate
gofmt -w -s templates/*.go