Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivam010/elif
Simple GoLang file server...
https://github.com/shivam010/elif
fileserver golang golang-server server
Last synced: about 6 hours ago
JSON representation
Simple GoLang file server...
- Host: GitHub
- URL: https://github.com/shivam010/elif
- Owner: Shivam010
- License: mit
- Created: 2019-10-28T06:43:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T21:47:21.000Z (about 1 year ago)
- Last Synced: 2024-06-21T01:57:00.920Z (5 months ago)
- Topics: fileserver, golang, golang-server, server
- Language: Go
- Size: 21.5 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elif
Simple GoLang file server...
# install command
```sh
go build -ldflags="-s -w" -o ./bin/elif
```