all: use build directives for both Go1.17 and earlier versions

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2021-09-16 17:59:59 +02:00
committed by Ayke
parent b35496dd1b
commit 3b16972ed8
48 changed files with 51 additions and 3 deletions
+1
View File
@@ -1,3 +1,4 @@
//go:build microbit
// +build microbit
// Package microbitmatrix implements a driver for the BBC micro:bit's LED matrix.
+1
View File
@@ -1,3 +1,4 @@
//go:build microbit_v2
// +build microbit_v2
// Package microbitmatrix implements a driver for the BBC micro:bit version 2 LED matrix.