Skip to content

Commit

Permalink
Adapt for standard Go project layout
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Jun 28, 2023
1 parent d5d2698 commit 6e76601
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
project_name: git-commit-template
builds:
- env: [CGO_ENABLED=0]
- main: ./cmd/git-commit-template
env: [CGO_ENABLED=0]
goos:
- linux
- windows
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Command-line utility for managing a Git commit message template within the curre
With [Go](https://golang.org/):

```bash
go install github.com/carhartl/git-commit-template
go install github.com/carhartl/git-commit-template/cmd/git-commit-template
```

Via [Homebrew](https://brew.sh/):
Expand Down
File renamed without changes.

0 comments on commit 6e76601

Please sign in to comment.