chore: minor tweak for tinygo

There are still reflection issues, but it's a step.
This commit is contained in:
Alec Thomas
2025-06-30 10:56:36 +10:00
parent fcd23468fe
commit 8469b5cc3c
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
//go:build appengine || (!linux && !freebsd && !darwin && !dragonfly && !netbsd && !openbsd)
// +build appengine !linux,!freebsd,!darwin,!dragonfly,!netbsd,!openbsd
//go:build tinygo || appengine || (!linux && !freebsd && !darwin && !dragonfly && !netbsd && !openbsd)
package kong
+1 -2
View File
@@ -1,5 +1,4 @@
//go:build (!appengine && linux) || freebsd || darwin || dragonfly || netbsd || openbsd
// +build !appengine,linux freebsd darwin dragonfly netbsd openbsd
//go:build !tinygo && ((!appengine && linux) || freebsd || darwin || dragonfly || netbsd || openbsd)
package kong