mirror of
https://github.com/p4gefau1t/trojan-go.git
synced 2024-04-21 12:21:34 +00:00
10 lines
105 B
Go
10 lines
105 B
Go
package direct
|
|
|
|
import (
|
|
"os"
|
|
|
|
"github.com/p4gefau1t/trojan-go/log"
|
|
)
|
|
|
|
var logger = log.New(os.Stdout)
|