timehop / apns

A Go package to interface with the Apple Push Notification Service
https://godoc.org/github.com/timehop/apns
MIT License
185 stars 47 forks source link

Add constructors with tls.Certificate, fix feedback tests #2

Closed biasedbit closed 10 years ago

biasedbit commented 10 years ago

Clears a bunch of error from signatures that never produce errors and adds new package functions to create components directly with the tls.Certificate object.

biasedbit commented 10 years ago

@bdotdub :eyes: and :zap: it if good.

PS: There's still one test that fails with Timed out that I didn't touch but I fixed the feedback tests.

biasedbit commented 10 years ago

Need to merge this or Travis won't generate the builds for SnP.

bdotdub commented 10 years ago

looks chompy