1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-09-29 21:54:10 -04:00

fix lint warnings

This commit is contained in:
Darien Raymond
2016-12-22 13:33:28 +01:00
parent 4cbcd2fd8d
commit a24b11af27
7 changed files with 24 additions and 17 deletions

View File

@@ -40,7 +40,7 @@ func TestDokodemoTCP(t *testing.T) {
space.BindApp(dispatcher.APP_ID, dispatchers.NewDefaultDispatcher(space))
ohm := outbound.New()
ohm.SetDefaultHandler(
freedom.NewFreedomConnection(
freedom.New(
&freedom.Config{},
space,
&proxy.OutboundHandlerMeta{
@@ -111,7 +111,7 @@ func TestDokodemoUDP(t *testing.T) {
space.BindApp(dispatcher.APP_ID, dispatchers.NewDefaultDispatcher(space))
ohm := outbound.New()
ohm.SetDefaultHandler(
freedom.NewFreedomConnection(
freedom.New(
&freedom.Config{},
space,
&proxy.OutboundHandlerMeta{