modulepackage
0.0.0-20200110085052-112f654e521d
Repository: https://github.com/zhexiao/ksearch.git
Documentation: pkg.go.dev
# README
ksearch
按页数对网站进行关键字搜索,避免在有些网站搜索数据的时候需要登录或相应的权限。
使用方式
第一步:下载windows程序
ksearch.exe(https://github.com/zhexiao/ksearch/releases/download/v2/ksearch.exe)
第二步:双击程序,打开程序
第三步:浏览器输入地址 localhost:18888
第四步:填入搜索数据
第五步:开始搜索
源码编译
需求
- Go >= 1.13
开启go mod
根据实际情况填写路径
$ go env -w GOPATH=/goproj
$ go env -w GOBIN=/goproj/bin
$ go env -w GO111MODULE=on
$ go env -w GOPROXY=https://goproxy.cn,direct
拉库
$ go mod download
运行
$ go run main.go
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author