mirror of
https://github.com/openziti/zrok.git
synced 2025-02-17 02:30:50 +01:00
6 lines
58 B
Go
6 lines
58 B
Go
|
package http
|
||
|
|
||
|
func Run(cfg *Config) error {
|
||
|
return nil
|
||
|
}
|