mirror of
https://github.com/p4gefau1t/trojan-go.git
synced 2024-04-21 12:21:34 +00:00
@@ -4,5 +4,4 @@ package build
|
||||
|
||||
import (
|
||||
_ "github.com/p4gefau1t/trojan-go/api"
|
||||
_ "github.com/p4gefau1t/trojan-go/stat/memory"
|
||||
)
|
||||
|
||||
@@ -4,5 +4,4 @@ package build
|
||||
|
||||
import (
|
||||
_ "github.com/p4gefau1t/trojan-go/proxy/client"
|
||||
_ "github.com/p4gefau1t/trojan-go/stat/memory"
|
||||
)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// +build auth_config full
|
||||
// +build auth_config auth_mysql api client full
|
||||
|
||||
package build
|
||||
|
||||
@@ -3,6 +3,5 @@
|
||||
package build
|
||||
|
||||
import (
|
||||
_ "github.com/p4gefau1t/trojan-go/stat/memory"
|
||||
_ "github.com/p4gefau1t/trojan-go/stat/mysql"
|
||||
)
|
||||
@@ -1,4 +1,4 @@
|
||||
// +build auth_redis
|
||||
// +build auth_redis full
|
||||
|
||||
package build
|
||||
|
||||
Reference in New Issue
Block a user