Merge pull request #41 from llc1123/dev

put redis into full
This commit is contained in:
Page Fault
2020-05-07 04:47:43 +00:00
committed by GitHub
5 changed files with 2 additions and 5 deletions
-1
View File
@@ -4,5 +4,4 @@ package build
import (
_ "github.com/p4gefau1t/trojan-go/api"
_ "github.com/p4gefau1t/trojan-go/stat/memory"
)
-1
View File
@@ -4,5 +4,4 @@ package build
import (
_ "github.com/p4gefau1t/trojan-go/proxy/client"
_ "github.com/p4gefau1t/trojan-go/stat/memory"
)
+1 -1
View File
@@ -1,4 +1,4 @@
// +build auth_config full
// +build auth_config auth_mysql api client full
package build
-1
View File
@@ -3,6 +3,5 @@
package build
import (
_ "github.com/p4gefau1t/trojan-go/stat/memory"
_ "github.com/p4gefau1t/trojan-go/stat/mysql"
)
+1 -1
View File
@@ -1,4 +1,4 @@
// +build auth_redis
// +build auth_redis full
package build