Etienne Charlier

Results 1 issues of Etienne Charlier

I copied the sayhello_task.go from this page [1] OSX 10.10, go installed using brew here is the result ``` $ cat sayhello_task.go package main import ( "github.com/jingweno/gotask/tasking" "os/user" "time" )...