mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-07-26 10:38:41 +00:00
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:
committed by
Ayke van Laethem
parent
6f0ace9157
commit
c386343c0d
@@ -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
|
||||
Reference in New Issue
Block a user