We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b99e051 + 795ab85 commit d0cf849Copy full SHA for d0cf849
5 files changed
.goreleaser.yml
@@ -4,7 +4,7 @@ before:
4
- go mod tidy
5
builds:
6
-
7
- main: ./cmd/tickgit.go
+ main: ./cmd/tickgit/tickgit.go
8
env:
9
- CGO_ENABLED=0
10
brews:
cmd/commands/helpers.go cmd/tickgit/commands/helpers.gocmd/commands/helpers.go renamed to cmd/tickgit/commands/helpers.go
cmd/commands/root.go cmd/tickgit/commands/root.gocmd/commands/root.go renamed to cmd/tickgit/commands/root.go
cmd/commands/todos.go cmd/tickgit/commands/todos.gocmd/commands/todos.go renamed to cmd/tickgit/commands/todos.go
cmd/tickgit.go cmd/tickgit/tickgit.gocmd/tickgit.go renamed to cmd/tickgit/tickgit.go
@@ -1,7 +1,7 @@
1
package main
2
3
import (
- "github.com/augmentable-dev/tickgit/cmd/commands"
+ "github.com/augmentable-dev/tickgit/cmd/tickgit/commands"
)
func main() {
0 commit comments