mirror of
https://github.com/nadoo/glider.git
synced 2025-04-20 11:12:09 +08:00
7 lines
106 B
Go
7 lines
106 B
Go
package main
|
|
|
|
import (
|
|
_ "github.com/nadoo/glider/proxy/redir"
|
|
_ "github.com/nadoo/glider/proxy/unix"
|
|
)
|