mirror of
https://github.com/nadoo/glider.git
synced 2025-02-23 17:35:40 +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"
|
|
)
|