Compare commits

..

No commits in common. 'master' and 'v1.0.0' have entirely different histories.

2
.gitignore vendored

@ -1,7 +1,5 @@
/chkip
/bin
/build.sh
/install.sh
/out
/output

@ -56,7 +56,7 @@ func main() {
default:
fmt.Printf("\rPlease wait... %c", spinner[i%len(spinner)])
i++
time.Sleep(200 * time.Millisecond)
time.Sleep(100 * time.Millisecond) // Adjust speed as needed
}
}
}()

Loading…
Cancel
Save