mirror of
https://github.com/yudai/gotty.git
synced 2026-02-14 04:14:21 +01:00
Handle hterm preferences with better care
This commit is contained in:
parent
86151f1ac9
commit
589ec6b50a
89 changed files with 1396 additions and 742 deletions
17
Godeps/_workspace/src/github.com/yudai/hcl/Makefile
generated
vendored
Normal file
17
Godeps/_workspace/src/github.com/yudai/hcl/Makefile
generated
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
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