mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-06-24 00:13:04 +02:00
13 lines
158 B
Go
13 lines
158 B
Go
package main
|
|
|
|
/*
|
|
specialRouter.go
|
|
|
|
This script holds special routers
|
|
that handle special features in sub modules
|
|
*/
|
|
|
|
func injectSpecialRoutingRules() {
|
|
|
|
}
|