Merge branch 'develop' of https://github.com/astaxie/beego into develop
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -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" | ... | ... |
-
Please register or sign in to post a comment