modulepackage
0.0.0-20210414034036-2f2221943758
Repository: https://github.com/tiancheng91/google-cse.git
Documentation: pkg.go.dev
# README
google cse for golang
cse.google.com api for golang
google 自定义搜索
Example
package main
import cse "github.com/tiancheng91/google-cse"
func main() {
agent := cse.New("008063188944472181627:xqha3yefaee", "zh_CN")
# 参数: 查询词, 页数, 页大小
result = agent.Search("123456", 1, 20)
}
# Packages
No description provided by the author
# Functions
New return a search instance.