Adding tinygo to project words

This commit is contained in:
Mike Farah 2025-07-10 13:06:42 +10:00
parent c10bfe0602
commit 221a5b1106
3 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,3 @@
//go:build !yq_nobase64 //go:build !yq_nobase64
package yqlib package yqlib

View File

@ -1,4 +1,3 @@
//go:build !yq_nocsv //go:build !yq_nocsv
package yqlib package yqlib

View File

@ -258,9 +258,13 @@ nolint
shortfile shortfile
Unmarshalling Unmarshalling
noini noini
<<<<<<< Updated upstream
nocsv nocsv
nobase64 nobase64
nouri nouri
noprops noprops
nosh nosh
noshell noshell
=======
tinygo
>>>>>>> Stashed changes