vhs/embed.go
Carlos Alexandro Becker b41d47fa1d
ci: fix build (#602)
* ci: trying to fix latest go version

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* fix: trying this

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* fix: lint

* fix: lint

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* fix: go.mod

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* fix: typo

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

* fix: lint

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2025-03-19 09:55:52 -03:00

7 lines
82 B
Go

package main
import _ "embed"
//go:embed examples/demo.tape
var demoTape []byte