Skip to content

eavesmy/gi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

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")
}

About

爬虫系统核心功能。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages