include tinygo into CI (#67)

* try to include tinygo into CI

* fix tinygo issues
This commit is contained in:
Pat Whittingslow
2026-04-09 10:00:10 -03:00
committed by GitHub
parent 63f7870fe5
commit 80e4c59ae7
3 changed files with 8 additions and 2 deletions
+2
View File
@@ -1,3 +1,5 @@
//go:build !tinygo && linux
package main
import (