https://github.com/donglua/gosimplehttpserver
'python -m SimpleHTTPServer' in Golang
https://github.com/donglua/gosimplehttpserver
Last synced: 9 months ago
JSON representation
'python -m SimpleHTTPServer' in Golang
- Host: GitHub
- URL: https://github.com/donglua/gosimplehttpserver
- Owner: donglua
- License: apache-2.0
- Created: 2017-01-31T16:57:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-31T17:55:30.000Z (over 9 years ago)
- Last Synced: 2025-01-27T22:16:15.094Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoSimpleHTTPServer
## Install
```
go get github.com/donglua/GoSimpleHTTPServer
```
## Usage
```
$ GoSimpleHTTPServer 8000
Serving files in the current directory on port 8000
```
