From 4d65330ca1df83cf673ec1f3832d016cd0ab860a Mon Sep 17 00:00:00 2001 From: Michael Hatch Date: Wed, 3 Sep 2014 19:47:09 -0500 Subject: [PATCH] changing my package namespace to astaxie --- controller.go | 4 ++-- controller_test.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/controller.go b/controller.go index 94722c5f..72ba323b 100644 --- a/controller.go +++ b/controller.go @@ -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 diff --git a/controller_test.go b/controller_test.go index 8077e6aa..15938cdc 100644 --- a/controller_test.go +++ b/controller_test.go @@ -16,7 +16,7 @@ package beego import ( "fmt" - "github.com/mvpmvh/beego/context" + "github.com/astaxie/beego/context" ) func ExampleGetInt() {