http-dir-server/README.md

19 lines
187 B
Markdown
Raw Normal View History

2020-08-01 22:29:48 +02:00
# go-http-dir-server
Run following cxommand to install dependencies:
```sh
$ go mod download
```
Run by executing:
```sh
$ modd
```
or
```sh
$ go run main.go server.go -d public
```