changing my package namespace to astaxie
Showing
2 changed files
with
3 additions
and
3 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment