Explorar o código

Enforce custom import pat

Force a custom import paths introduced in go 1.4. See: [custom paths](https://docs.google.com/a/daddye.it/document/d/1jVFkZTcYbNLaTxXD9OcGfn7vYv5hWtPx9--lTx1gPMs)

This will avoid conflicts with master.
Davide D'Agostino %!s(int64=11) %!d(string=hai) anos
pai
achega
93efa02b9f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cron.go

+ 1 - 1
cron.go

@@ -1,5 +1,5 @@
 // Package cron implements a cron spec parser and runner.
-package cron
+package cron //import "gopkg.in/robfig/cron.v2"
 
 import (
 	"sort"