11 lines
77 B
Go
11 lines
77 B
Go
package user
|
|
|
|
import (
|
|
"net/http"
|
|
)
|
|
|
|
var Server http.Server
|
|
|
|
func Run() {
|
|
}
|