Skip to content

Commit

Permalink
New stable branch v1.
Browse files Browse the repository at this point in the history
  • Loading branch information
antage committed Sep 13, 2014
1 parent 58ae09e commit e3e3045
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _eventsource_ provides server-sent events for net/http server.
package main

import (
"gopkg.in/antage/eventsource.v0"
"gopkg.in/antage/eventsource.v1"
"log"
"net/http"
"strconv"
Expand Down Expand Up @@ -39,7 +39,7 @@ func main() {
package main

import (
"gopkg.in/antage/eventsource.v0"
"gopkg.in/antage/eventsource.v1"
"log"
"net/http"
"strconv"
Expand Down Expand Up @@ -74,7 +74,7 @@ func main() {
package main

import (
"gopkg.in/antage/eventsource.v0"
"gopkg.in/antage/eventsource.v1"
"log"
"net/http"
"strconv"
Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Example:
package main
import (
"gopkg.in/antage/eventsource.v0"
"gopkg.in/antage/eventsource.v1"
"log"
"net/http"
"strconv"
Expand Down

0 comments on commit e3e3045

Please sign in to comment.