From 8493dba23c73617d9529b7ca13b400d50ac6f455 Mon Sep 17 00:00:00 2001 From: baude Date: Mon, 26 Mar 2018 09:39:14 -0500 Subject: Initial varlink implementation Signed-off-by: baude Closes: #627 Approved by: mheon --- vendor/github.com/varlink/go/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vendor/github.com/varlink/go/Makefile (limited to 'vendor/github.com/varlink/go/Makefile') diff --git a/vendor/github.com/varlink/go/Makefile b/vendor/github.com/varlink/go/Makefile new file mode 100644 index 000000000..3f1c0e6d6 --- /dev/null +++ b/vendor/github.com/varlink/go/Makefile @@ -0,0 +1,3 @@ +all: + go test -v ./... +.PHONY: all -- cgit v1.2.3-54-g00ecf