Skip to content

Commit

Permalink
Update import path to cas.v1
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffgarside committed Mar 17, 2015
1 parent 3a01254 commit 059c289
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
CAS provides a http package compatible client implementation for use with
securing http frontends in golang.

import "gopkg.in/cas.v0"
import "gopkg.in/cas.v1"

## Examples and Documentation

Documentation is available at: http://godoc.org/gopkg.in/cas.v0
Documentation is available at: http://godoc.org/gopkg.in/cas.v1
Examples are included in the documentation but are also available in the
`_examples` directory.
2 changes: 1 addition & 1 deletion _examples/cas-dumper.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

"github.com/golang/glog"

"gopkg.in/cas.v0"
"gopkg.in/cas.v1"
)

type myHandler struct{}
Expand Down
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

"github.com/golang/glog"

"gopkg.in/cas.v0"
"gopkg.in/cas.v1"
)

type myHandler struct{}
Expand Down

0 comments on commit 059c289

Please sign in to comment.