Simple server for local files browsing using Clean Architecture and own web-server
git clone https://github.com/fakefloordiv/fileserver
cd fileserver
go run cmd/fileserver
By default, root path is local path. Will be fixed soon
Simple server for local files browsing using Clean Architecture and own web-server
Go