15 lines
165 B
Go
15 lines
165 B
Go
package golabl
|
|
|
|
import (
|
|
"context"
|
|
_type "planA/type"
|
|
|
|
"github.com/gorilla/mux"
|
|
)
|
|
|
|
var (
|
|
Ctx context.Context
|
|
Config _type.Config
|
|
Router = mux.NewRouter()
|
|
)
|