all: switch to using custom domain for all drivers

Signed-off-by: Ron Evans <ron@hybridgroup.com>
This commit is contained in:
Ron Evans
2019-05-27 17:09:32 +02:00
committed by Ayke
parent 7757122598
commit c09f0a8075
62 changed files with 86 additions and 65 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ import (
"machine"
"time"
"github.com/tinygo-org/drivers/examples/pcd8544/setbuffer/data"
"github.com/tinygo-org/drivers/pcd8544"
"tinygo.org/x/drivers/examples/pcd8544/setbuffer/data"
"tinygo.org/x/drivers/pcd8544"
)
func main() {