Skip to content

ranchercus/easyexec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOOS="linux" CGO_ENABLED="0" GOARCH=amd64 go build -o bin/easyexec_linux_amd64 -ldflags "-s -w" main.go CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o bin/easyexec_win_x64.exe -ldflags "-s -w" main.go go build -o bin/easyexec_darwin -ldflags "-s -w" main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages