Moves main into cmd dir. (#977)

This commit is contained in:
Travis Reeder
2018-05-09 00:52:52 -07:00
committed by Denis Makogon
parent b81ac1d2d2
commit 999820d15b
8 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
# Extensions Example
This example adds extra endpoints to the API. See [main.go](main.go) for example code.
This example adds extra endpoints to the API. See [main.go](main.go) for example code.
## Building and Running