From 5f93ac3d2e9c0a311cd0cdf1078ca246e595f1f6 Mon Sep 17 00:00:00 2001 From: Howl Date: Tue, 29 Nov 2016 16:23:17 +0100 Subject: [PATCH] Add mirror link to readme --- README.md | 3 +++ hanayo.go | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 760da4a..763c746 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 14c30f2..f591b57 100644 --- a/hanayo.go +++ b/hanayo.go @@ -2,7 +2,6 @@ package main import ( "io/ioutil" - "os" "github.com/fatih/color" -- GitLab