Correcting templating and root command

main
Drew Bednar 6 days ago
parent d88429abe8
commit b163db4adf

@ -1,7 +1,7 @@
# This file tells Gitea to process variable substitution in the following files. # This file tells Gitea to process variable substitution in the following files.
go.mod go.mod
README.md README.md
cmd/${REPO_NAME}/root.go cmd/root.go
main.go main.go
Makefile Makefile
changelog changelog

@ -2,8 +2,6 @@ package cmd
import ( import (
"fmt" "fmt"
"os"
"github.com/spf13/cobra" "github.com/spf13/cobra"
) )

Loading…
Cancel
Save