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