14 lines
154 B
Go
14 lines
154 B
Go
package server
|
|
|
|
import (
|
|
"flag"
|
|
|
|
cc "git.loafle.net/commons_go/config"
|
|
"git.loafle.net/overflow/overflow_gateway_websocket/config"
|
|
)
|
|
|
|
|
|
func New() {
|
|
|
|
}
|