Skip to content

pangxiaobin/goCrawlerHot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goCrawlerHot

go 实现今日热榜

运行

git clone https://github.com/pangxiaobin/goCrawlerHot.git

cd goCrawlerHot

go run main.go

打包

cd goCrawlerHot
# 不指定打包名称
go build 
# 指定打包后的名称
go build -o main main.go

运行效果

默认端口为8080

hot

Releases

No releases published

Packages

No packages published