Compare commits

..

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

2
.gitignore vendored

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

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

Loading…
Cancel
Save