update docs, config

This commit is contained in:
Page Fault
2020-05-18 16:42:50 +00:00
parent 04b157d5e1
commit ff3c500a64
21 changed files with 77 additions and 111 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
package api
import (
context "context"
"context"
"fmt"
"testing"
"time"
@@ -9,7 +9,7 @@ import (
"github.com/p4gefau1t/trojan-go/common"
"github.com/p4gefau1t/trojan-go/conf"
"github.com/p4gefau1t/trojan-go/stat/memory"
grpc "google.golang.org/grpc"
"google.golang.org/grpc"
)
func TestServerAPI(t *testing.T) {