Skip to content

ChenTanyi/fileserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP File Server using GO

Download

Release

Docker

Docker Hub

Build

with GO 1.16+

git clone https://github.com/chentanyi/fileserver
go build

with Docker only

git clone https://github.com/chentanyi/fileserver
docker build .