4d65330c by Michael Hatch

changing my package namespace to astaxie

1 parent db51ddab
...@@ -28,8 +28,8 @@ import ( ...@@ -28,8 +28,8 @@ import (
28 "strconv" 28 "strconv"
29 "strings" 29 "strings"
30 30
31 "github.com/mvpmvh/beego/context" 31 "github.com/astaxie/beego/context"
32 "github.com/mvpmvh/beego/session" 32 "github.com/astaxie/beego/session"
33 ) 33 )
34 34
35 //commonly used mime-types 35 //commonly used mime-types
......
...@@ -16,7 +16,7 @@ package beego ...@@ -16,7 +16,7 @@ package beego
16 16
17 import ( 17 import (
18 "fmt" 18 "fmt"
19 "github.com/mvpmvh/beego/context" 19 "github.com/astaxie/beego/context"
20 ) 20 )
21 21
22 func ExampleGetInt() { 22 func ExampleGetInt() {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!