Created
October 16, 2013 12:03
-
-
Save jamland/7006649 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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