Skip to content

Commit

Permalink
Move cmd/main.go to cmd/stars/stars.go
Browse files Browse the repository at this point in the history
  • Loading branch information
gkze committed Apr 23, 2019
1 parent 2fb3dbd commit c9960d8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
/vendor/
/Godeps/

stars
./stars
dist/
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ brew:
homepage: "https://github.com/gkze/stars"
test: "system \"#{bin}/stars -v\""
builds:
- main: ./cmd/main.go
- main: ./cmd/stars/stars.go
binary: stars
env:
- "GO111MODULE=on"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ brew install gkze/gkze/stars
### Go

```bash
go get -u github.com/gkze/stars
go get -u github.com/gkze/stars/cmd
```

Binaries are available on the releases page.
Expand All @@ -33,7 +33,7 @@ You will need a `~/.netrc` with a [personal access token](https://help.github.co
```bash
$ cat ~/.netrc
machine api.github.com
login gkze
login [your github username here]
password [your github token here]
```

Expand All @@ -47,7 +47,7 @@ USAGE:
stars [global options] command [command options] [arguments...]

VERSION:
0.4.9
0.4.10

COMMANDS:
save Save all stars
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.9
0.4.10
File renamed without changes.

0 comments on commit c9960d8

Please sign in to comment.