mirror of
https://github.com/charmbracelet/vhs.git
synced 2025-11-08 23:05:05 -06:00
* 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>
7 lines
82 B
Go
7 lines
82 B
Go
package main
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed examples/demo.tape
|
|
var demoTape []byte
|