diff --git a/.gitea/template b/.gitea/template index d2128fd..38f15bf 100644 --- a/.gitea/template +++ b/.gitea/template @@ -1,7 +1,7 @@ # This file tells Gitea to process variable substitution in the following files. go.mod README.md -cmd/${REPO_NAME}/root.go +cmd/root.go main.go Makefile changelog diff --git a/cmd/root.go b/cmd/root.go index cedf8b0..c226e88 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -2,8 +2,6 @@ package cmd import ( "fmt" - "os" - "github.com/spf13/cobra" )