actions-test/main.go

12 lines
173 B
Go
Raw Normal View History

2024-03-30 09:52:54 +01:00
/*
Copyright © 2024 NAME HERE <EMAIL ADDRESS>
// I forgot to actually enable actions on the repo
2024-03-30 09:52:54 +01:00
*/
package main
import "actions-test/cmd"
func main() {
cmd.Execute()
}