Commit 4d65330c authored by Michael Hatch's avatar Michael Hatch

changing my package namespace to astaxie

parent db51ddab
......@@ -28,8 +28,8 @@ import (
"strconv"
"strings"
"github.com/mvpmvh/beego/context"
"github.com/mvpmvh/beego/session"
"github.com/astaxie/beego/context"
"github.com/astaxie/beego/session"
)
//commonly used mime-types
......
......@@ -16,7 +16,7 @@ package beego
import (
"fmt"
"github.com/mvpmvh/beego/context"
"github.com/astaxie/beego/context"
)
func ExampleGetInt() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment