https://github.com/vumanskyi/go-file-server
https://github.com/vumanskyi/go-file-server
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vumanskyi/go-file-server
- Owner: vumanskyi
- Created: 2020-10-01T15:16:38.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T15:18:57.000Z (over 4 years ago)
- Last Synced: 2025-01-18T02:13:30.925Z (5 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple file server
===================This is a simple package to demonstrate how to work with file server.
### How to run
```
go run main.go
```