repositorypackage
1.9.15
Repository: https://github.com/zhang201702/zhang.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
zhang
基于goframe的web
Quick Start
默认80端口,默认html文件夹为web页面文件
package main
import (
"github.com/zhang201702/zhang"
)
func main(){
server := zhang.Default()
server.Run()
}