Commit f424c295 authored by Nico Baruna Putra's avatar Nico Baruna Putra

version 1.2.0

parent 4743f5a0
...@@ -56,6 +56,7 @@ func banner() { ...@@ -56,6 +56,7 @@ func banner() {
func main() { func main() {
//banner() //banner()
//readFile(MYFILE) //readFile(MYFILE)
fmt.Println("Watcher v.1.2.0")
checkApi() checkApi()
for range time.Tick(time.Second * 10) { for range time.Tick(time.Second * 10) {
checkApi() checkApi()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment