Skip to content

Instantly share code, notes, and snippets.

@jamland
Created October 16, 2013 12:03
Show Gist options
  • Save jamland/7006649 to your computer and use it in GitHub Desktop.
Save jamland/7006649 to your computer and use it in GitHub Desktop.
Intergalactic:goab andy$ go run cmd/api/main.go -v=2 -logtostderr
# github.com/airbrake/goab/rediscache
rediscache/rediscache.go:57: cannot use item.Expiration (type time.Duration) as type int64 in function argument
# github.com/airbrake/goab/taskqueue
taskqueue/queue.go:242: cannot use payloadExpiration (type time.Duration) as type int64 in function argument
taskqueue/queue.go:286: cannot use payloadExpiration (type time.Duration) as type int64 in function argument
Intergalactic:goab andy$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment