| | |
| | | ## goupdate |
| | | |
| | | Package update provides tooling to auto-update binary releases |
| | | package goupdate provides tooling to auto-update binary releases |
| | | from GitHub based on the user's current version and operating system. Used by command-line tools such as [Up](https://github.com/apex/up) and [Apex](https://github.com/apex/apex). |
| | | |
| | | --- |
| | |
| | | package update |
| | | package goupdate |
| | | |
| | | import "github.com/pkg/errors" |
| | | |
| | |
| | | // Package update provides tooling to auto-update binary releases |
| | | // package goupdate provides tooling to auto-update binary releases |
| | | // from GitHub based on the user's current version and operating system. |
| | | package update |
| | | package goupdate |
| | | |
| | | import ( |
| | | "fmt" |