From c386343c0d01235079181620b0fbcd87d30f3349 Mon Sep 17 00:00:00 2001 From: Ron Evans Date: Mon, 19 Nov 2018 10:44:56 +0100 Subject: [PATCH] build: add placeholder Go file to package root to allow for go get -d package installation Signed-off-by: Ron Evans --- drivers.go | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 drivers.go diff --git a/drivers.go b/drivers.go new file mode 100644 index 0000000..c6621e0 --- /dev/null +++ b/drivers.go @@ -0,0 +1,4 @@ +// Package drivers is just a placeholder for the sub-packages. +// It is here just to be able to install the package without errors using +// go get -d github.com/ayke/tinygo-drivers +package drivers