Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
Top level doc.go for GoDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
nathany committed Dec 18, 2015
1 parent 77b82dc commit 35c782d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ Apple Push Notification (APN) Provider for Go 1.6 and HTTP/2.

This is an _alpha_ release with some missing features.

[![GoDoc](https://godoc.org/github.com/RobotsAndPencils/buford?status.svg)](https://godoc.org/github.com/RobotsAndPencils/buford)

### Documentation

Buford uses Apple's new HTTP/2 API that was announced at WWDC 2015 and [released on December 17, 2015](https://developer.apple.com/news/?id=12172015b).
Buford uses Apple's new HTTP/2 Notification API that was announced at WWDC 2015 and [released on December 17, 2015](https://developer.apple.com/news/?id=12172015b).

[API documentation](https://godoc.org/github.com/RobotsAndPencils/buford/) is available from GoDoc.

Expand Down
4 changes: 4 additions & 0 deletions doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// Package buford is a Go 1.6+ HTTP/2 provider for Apple Push Notification Service (APNS).
//
// Please see the README for usage.
package buford

0 comments on commit 35c782d

Please sign in to comment.