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