mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 03:50:54 +00:00
changing my package namespace to astaxie
This commit is contained in:
parent
db51ddab96
commit
4d65330ca1
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user