fix logic error

This commit is contained in:
Septs 2016-11-10 13:44:37 +08:00
parent 19edd1d808
commit 2328bf5403

View File

@ -1,11 +1,11 @@
package main package main
import ( import (
"../.."
"crypto/tls" "crypto/tls"
"encoding/json" "encoding/json"
"flag" "flag"
"fmt" "fmt"
"github.com/ginuerzh/gost"
"github.com/golang/glog" "github.com/golang/glog"
"golang.org/x/net/http2" "golang.org/x/net/http2"
"io/ioutil" "io/ioutil"