Skip to content

tiancheng91/google-cse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages