Skip to content

Commit

Permalink
describe differences from tj/go-update
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Dec 30, 2017
1 parent 08f51f5 commit fa237fa
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,18 @@ current binary and [semver][] to compare versions.

## What is the different from [tj/go-update][]?

TODO
This library goal is the same as tj/go-update, but it's different in following points.

tj/go-update:

- does not support Windows
- only allows `v` for version prefix
- does not ignore pre-release
- has [only a few tests](https://github.com/tj/go-update/blob/master/update_test.go)

[tj/go-udpate]: https://github.com/tj/go-update



[GoDoc]: https://godoc.org/github.com/rhysd/go-github-selfupdate

0 comments on commit fa237fa

Please sign in to comment.