github.com/arnodel/golua@v0.0.0-20230215163904-e0b5347eaaa1/luatesting/lua/not_windows_tag.lua (about) 1 -- tags: !windows 2 -- This means the test only runs on non-windows platforms 3 4 print(goos == "windows") 5 --> =false