Explorar el 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 hace 11 años
padre
commit
93efa02b9f
Se han modificado 1 ficheros con 1 adiciones y 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"