Skip to content

mumingluan/axuanhttp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

axuanhttp

axuan.will.be.back.

HK4E HTTP Layer Emulators

Build binaries

Setup your golang environment, then run the following commands to build binaries.

mkdir -p $GOPATH/src/github.com/mumingluan
cd $GOPATH/src/github.com/mumingluan
git clone https://github.com/mumingluan/axuanhttp.git
cd axuanhttp
go build -trimpath -ldflags "-s -w" -o bin/server main.go
# the binaries are in bin/ directory.

Use Action artifacts

Go to Actions page and download artifacts for your OS and arch.