代码拉取完成,页面将自动刷新
package main
import (
"fmt"
"net/http"
auth2 "yjscript/module/cli/auth"
)
func init() {
(&auth2.Auth{}).IsAuth()
}
func hello(w http.ResponseWriter,r *http.Request) {
fmt.Fprintf(w,"hello world")
}
func main() {
s:=&http.Server{Addr: "0.0.0.0:8080"}
http.HandleFunc("/",hello)
s.ListenAndServe()
//a:=common.ExecCommand("firewall-cmd --zone=public --query-port=3306/tcp --permanent")
//fmt.Println(a)
//(&common.Common{}).SetGoScriptJson()
// tips:=`===========================
//欢迎来到我的工具
//加油
//`
//(&common.Common{}).PrintTips()
//a.InitTipsPrint()
//f,_:=reflect.TypeOf(a.TipsError).FieldByName("IsCentos7")
//fmt.Println(f)
//var c common.Common=common.Common{}
//(&c).ProgressBar()
//fout,err:=os.OpenFile("./data.txt",os.O_WRONLY | os.O_CREATE | os.O_APPEND,0666)
//if err!=nil{
// fmt.Println(err)
// return
//}
//
//defer fout.Close()
//
//for i:=0;i<=5;i++{
// outStr:=fmt.Sprintf("%s:%d\n", "Hello go", i)
// fout.WriteString(outStr)
// fout.Write([]byte("abcd\n"))
//}
//var res string=ExecCommand("ls");
//log.Println(res)
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。