An open API service indexing awesome lists of open source software.

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

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
```

![http://ogkb67oc8.bkt.clouddn.com/QQ20170201-012342@2x.png](http://ogkb67oc8.bkt.clouddn.com/QQ20170201-012342@2x.png)