Compare commits

...

2 Commits

2
.gitignore vendored

@ -1,5 +1,7 @@
/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(100 * time.Millisecond) // Adjust speed as needed time.Sleep(200 * time.Millisecond)
} }
} }
}() }()

Loading…
Cancel
Save