mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 09:50:55 +00:00
go fmt
This commit is contained in:
parent
2ebf3cd450
commit
2e0bcf611c
@ -1,8 +1,8 @@
|
||||
package beego
|
||||
|
||||
import (
|
||||
"testing"
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestList_01(t *testing.T) {
|
||||
|
@ -117,7 +117,6 @@ func TestAssignConfig_03(t *testing.T) {
|
||||
ac.Set("StaticExtensionsToGzip", ".css,.js,.html,.jpg,.png")
|
||||
assignConfig(ac)
|
||||
|
||||
|
||||
t.Logf("%#v", BConfig)
|
||||
|
||||
if BConfig.AppName != "test_app" {
|
||||
|
Loading…
Reference in New Issue
Block a user