import (
"github.com/eavesmy/gi"
"github.com/PuerkitoBio/goquery"
)
func main(){
app := gi.New()
app.Handler(func(ctx *gi.Context){
// handler
})
app.Go("https://baidu.com")
}eavesmy/gi
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|