go-selfupdate icon indicating copy to clipboard operation
go-selfupdate copied to clipboard

self update your applications in go

Results 4 go-selfupdate issues
Sort by recently updated
recently updated
newest added

Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.73.1 to 0.74.0. Commits 4ec1dc6 Merge pull request #1540 from weirdian2k3/master 26519c9 Fixup the PR d3d6dcf Fixup the PR 15530ca Merge pull request #1528 from weavedev/add-feature-flag-support 24edab0...

dependencies

MacOS supports universal binaries. These are binraries which have the amd64 and arm64 target in one binary. How would this be supported by this library. I saw there is some...

``` func downloadReleaseAssetFromURL(ctx context.Context, url string) (rc io.ReadCloser, err error) { client := http.DefaultClient req, err := http.NewRequest(http.MethodGet, url, nil) if err != nil { return nil, err } req...

I use main fork in my project,I will cancel the old pr and now reopen a new PR。 ## Summary by CodeRabbit * **New Features** * Added support for downloading...