mirror of
https://github.com/nadoo/glider.git
synced 2025-02-23 17:35:40 +08:00
8 lines
81 B
Go
8 lines
81 B
Go
//+build dev
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/nadoo/glider/proxy/tproxy"
|
|
)
|