mirror of
https://github.com/astaxie/beego.git
synced 2025-06-19 20:00:39 +00:00
beego: Display function move from toolbox to utils
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||
//
|
||||
// @authors astaxie
|
||||
package toolbox
|
||||
package utils
|
||||
|
||||
import (
|
||||
"bytes"
|
@ -7,7 +7,7 @@
|
||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||
//
|
||||
// @authors astaxie
|
||||
package toolbox
|
||||
package utils
|
||||
|
||||
import (
|
||||
"testing"
|
Reference in New Issue
Block a user