mirror of
https://github.com/astaxie/beego.git
synced 2025-07-19 19:25:32 +00:00
go fmt
This commit is contained in:
@@ -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" {
|
||||||
|
Reference in New Issue
Block a user