changing my package namespace to astaxie

This commit is contained in:
Michael Hatch 2014-09-03 19:47:09 -05:00
parent db51ddab96
commit 4d65330ca1
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -16,7 +16,7 @@ package beego
import (
"fmt"
"github.com/mvpmvh/beego/context"
"github.com/astaxie/beego/context"
)
func ExampleGetInt() {