mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-06 07:06:53 +00:00
style: fmt
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
package mux
|
||||
|
||||
import (
|
||||
"github.com/astaxie/beego/logs"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/astaxie/beego/logs"
|
||||
)
|
||||
|
||||
func TestPortMux_Close(t *testing.T) {
|
||||
@@ -11,7 +12,7 @@ func TestPortMux_Close(t *testing.T) {
|
||||
logs.EnableFuncCallDepth(true)
|
||||
logs.SetLogFuncCallDepth(3)
|
||||
|
||||
pMux := NewPortMux(8888,"Ds")
|
||||
pMux := NewPortMux(8888, "Ds")
|
||||
go func() {
|
||||
if pMux.Start() != nil {
|
||||
logs.Warn("Error")
|
||||
|
Reference in New Issue
Block a user