some file organization

This commit is contained in:
AJ ONeal 2018-08-02 01:10:26 -06:00
parent e7ae08c8fe
commit 845583e06b
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Note: I also copied some code directly from
**Start the server** **Start the server**
```bash ```bash
go run -race chatserver.go -conf ./config.yml go run -race chatserver*.go -conf ./config.yml
``` ```
See sample config file at `config.sample.yml`. See sample config file at `config.sample.yml`.