a3f40234 by astaxie

Merge branch 'develop' of https://github.com/astaxie/beego into develop

2 parents 2c420573 3f7ecea0
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 // @license http://github.com/astaxie/beego/blob/master/LICENSE 7 // @license http://github.com/astaxie/beego/blob/master/LICENSE
8 // 8 //
9 // @authors astaxie 9 // @authors astaxie
10 package toolbox 10 package utils
11 11
12 import ( 12 import (
13 "bytes" 13 "bytes"
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 // @license http://github.com/astaxie/beego/blob/master/LICENSE 7 // @license http://github.com/astaxie/beego/blob/master/LICENSE
8 // 8 //
9 // @authors astaxie 9 // @authors astaxie
10 package toolbox 10 package utils
11 11
12 import ( 12 import (
13 "testing" 13 "testing"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!