build: add placeholder Go file to package root to allow for go get -d package installation

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans
2018-11-19 10:44:56 +01:00
committed by Ayke van Laethem
parent 6f0ace9157
commit c386343c0d
+4
View File
@@ -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