Skip to content

byte-voyager/sfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFS

Golang HTTP static file server

Run

git clone --depth=1 https://github.com/Baloneo/sfs

Linux

export GOPROXY="goproxy.io"
export GO111MODULE=on
cd path/of/this/project
go build .

Windows

go env -w GOPROXY=https://goproxy.cn,direct
cd path/of/this/project
go build .
go install

OR

Download binary executable file from release page

Linux

Linux

Android

Android

Windows

Windows

Raspberry