10 lines
103 B
Go
10 lines
103 B
Go
package server
|
|
|
|
import (
|
|
"gitea.micah.com/micah/standard/server/hertz"
|
|
)
|
|
|
|
func Run() {
|
|
hertz.Run()
|
|
}
|