mjpclab / go-http-file-server

Simple command line based HTTP file server to share local file system
MIT License
370 stars 56 forks source link

mipsel #25

Closed Yinghub closed 6 months ago

Yinghub commented 1 year ago

不知道能不能支持mipsel ,有成品吗😁

marjune163 commented 1 year ago

也可以自己编译

GOOS=linux GOARCH=mipsle go build -o /tmp/ghfs main.go

GOARCH可以是 mips, mips64, mipsle, mips64le.

Yinghub commented 1 year ago

噢,上帝。您真的太棒了,谢谢您帮助了我!