Browse Source

fix import

Darien Raymond 9 years ago
parent
commit
b9dde62ae7
1 changed files with 1 additions and 2 deletions
  1. 1 2
      proxy/freedom/freedom.go

+ 1 - 2
proxy/freedom/freedom.go

@@ -1,9 +1,8 @@
 package freedom
 
 import (
-	"io"
-
 	"errors"
+	"io"
 	"v2ray.com/core/app"
 	"v2ray.com/core/app/dns"
 	"v2ray.com/core/common/alloc"