mirror of
https://github.com/yudai/gotty.git
synced 2026-03-02 03:40:17 +01:00
Change to go1.6.1 and vendoring
This commit is contained in:
parent
b1c5226875
commit
a350994aa2
164 changed files with 17 additions and 1383 deletions
17
Godeps/_workspace/src/github.com/yudai/hcl/Makefile
generated
vendored
17
Godeps/_workspace/src/github.com/yudai/hcl/Makefile
generated
vendored
|
|
@ -1,17 +0,0 @@
|
|||
TEST?=./...
|
||||
|
||||
default: test
|
||||
|
||||
fmt: generate
|
||||
go fmt ./...
|
||||
|
||||
test: generate
|
||||
go test $(TEST) $(TESTARGS)
|
||||
|
||||
generate:
|
||||
go generate ./...
|
||||
|
||||
updatedeps:
|
||||
go get -u golang.org/x/tools/cmd/stringer
|
||||
|
||||
.PHONY: default generate test updatedeps
|
||||
Loading…
Add table
Add a link
Reference in a new issue