ginuerzh / gost

GO Simple Tunnel - a simple tunnel written in golang
MIT License
15.49k stars 2.43k forks source link

希望增加RISC-V架构的支持 #797

Closed emmomme closed 1 year ago

emmomme commented 2 years ago

随着RISC-V服务器,VPS 和终端的增多,希望gost增加对RISC-V架构的支持,谢谢.

zjl88858 commented 2 years ago

git clone https://github.com/ginuerzh/gost.git cd gost/cmd/gost export GOOS=linux export GOARCH=riscv64 go build

善用golang的特性

ginuerzh commented 1 year ago

V2.11.3中已添加