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