Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add selfupdate #51

Merged
merged 9 commits into from
Jan 5, 2025
Prev Previous commit
Next Next commit
we don't need os exec anymore
  • Loading branch information
QuintenQVD0 authored Dec 7, 2024
commit 9f7745f2fc6e37c9bd68187299e347f2acb46def
1 change: 0 additions & 1 deletion cmd/selfupdate.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"io"
"net/http"
"os"
"os/exec"
"runtime"
"strings"
"time"
Expand Down
Loading