mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 10:00:55 +00:00
changing my package namespace to astaxie
This commit is contained in:
parent
db51ddab96
commit
4d65330ca1
@ -28,8 +28,8 @@ import (
|
|||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"github.com/mvpmvh/beego/context"
|
"github.com/astaxie/beego/context"
|
||||||
"github.com/mvpmvh/beego/session"
|
"github.com/astaxie/beego/session"
|
||||||
)
|
)
|
||||||
|
|
||||||
//commonly used mime-types
|
//commonly used mime-types
|
||||||
|
@ -16,7 +16,7 @@ package beego
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/mvpmvh/beego/context"
|
"github.com/astaxie/beego/context"
|
||||||
)
|
)
|
||||||
|
|
||||||
func ExampleGetInt() {
|
func ExampleGetInt() {
|
||||||
|
Loading…
Reference in New Issue
Block a user