Skip to content

Commit d0cf849

Browse files
Merge pull request #52 from augmentable-dev/cmd
some re-org of the cmd folder
2 parents b99e051 + 795ab85 commit d0cf849

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ before:
44
- go mod tidy
55
builds:
66
-
7-
main: ./cmd/tickgit.go
7+
main: ./cmd/tickgit/tickgit.go
88
env:
99
- CGO_ENABLED=0
1010
brews:
File renamed without changes.
File renamed without changes.
File renamed without changes.

cmd/tickgit.go renamed to cmd/tickgit/tickgit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package main
22

33
import (
4-
"github.com/augmentable-dev/tickgit/cmd/commands"
4+
"github.com/augmentable-dev/tickgit/cmd/tickgit/commands"
55
)
66

77
func main() {

0 commit comments

Comments
 (0)