tune/cmd/tune.go

13 lines
97 B
Go

package cmd
import (
"fmt"
"github.com/ebitengine/oto/v3"
)
func tune() {
fmt.Println()
}