Skip to content

voyager-go/GoSpider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OldDriver

Spider, Make life more enjoyable.

Project Init

go mod tidy
go mod vendor

Mac 下编译

# linux 下去执行
CGO_ENABLED=0  GOOS=linux  GOARCH=amd64  go build main.go
# Windows 下去执行
CGO_ENABLED=0 GOOS=windows  GOARCH=amd64  go  build  main.go

Linux 下编译

# Mac  下去执行
CGO_ENABLED=0 GOOS=darwin  GOARCH=amd64  go build main.go
# Windows 下执行
CGO_ENABLED=0 GOOS=windows  GOARCH=amd64  go build main.go

Windows 下编译

# Mac 下执行
SET  CGO_ENABLED=0
SET  GOOS=darwin
SET  GOARCH=amd64
go   build main.go

# Linux 去执行
SET  CGO_ENABLED=0
SET  GOOS=linux
SET  GOARCH=amd64
go   build main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages