Skip to content

Commit

Permalink
move cmd to cmd/gorillang
Browse files Browse the repository at this point in the history
  • Loading branch information
momotaro98 committed May 26, 2020
1 parent 5fce9f9 commit 9c5e739
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ before:
builds:
- env:
- CGO_ENABLED=0
main: ./cmd/
main: ./cmd/gorillang/
binary: gorillang
archives:
- replacements:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ brew install momotaro98/gorillang/gorillang
## Go言語と$GOPATHが通った$PATHを持つ奇特な方

```
$ go get -u github.com/momotaro98/gorillang/cmd
$ go get -u github.com/momotaro98/gorillang/cmd/gorillang
```

# 遊び方
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9c5e739

Please sign in to comment.