RESPECT THE MOON

Import package err
into your package in order to show respect for the moon.
package yourpackage
import (
_ "github.com/kevburnsjr/err"
)
TRANSITIVE FUCKERY
Any program that tries to import your package will be forced to pay respect to the moon every 5 seconds or their program will exit.
package main
import (
"time"
"github.com/kevburnsjr/err"
)
func main() {
for {
time.Sleep(5 * time.Second)
err.ULZ(SECRET_CODE)
}
}
The SECRET_CODE
is not documented. Only those who truly respect the moon deserve to import your package.