diff --git a/README.md b/README.md index 760da4a2883ea5aabac1c4d5e9957485b963e216..763c746499b2c3ef0b3480d8729fcb7426dc4051 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ So I decided to rewrite it to be better performant, and what better language to This is the result: https://asciinema.org/a/42583 (watch the video especially for the last 30 seconds, as you can see the true power of ripple-cron-go). +- Origin: https://git.zxq.co/ripple/ripple-cron-go +- Mirror: https://github.com/osuripple/ripple-cron-go + ## Installing Assuming you have Go installed and your GOPATH set up diff --git a/hanayo.go b/hanayo.go index 14c30f2dcb98e125ea43cdf948e62bdc88e1463b..f591b57fd8420b818e5e07199da933c87d7e221e 100644 --- a/hanayo.go +++ b/hanayo.go @@ -2,7 +2,6 @@ package main import ( "io/ioutil" - "os" "github.com/fatih/color"