Example app structure. round 1.

This commit is contained in:
Travis Reeder
2017-09-14 16:09:28 -07:00
parent fdc3e76359
commit 75e2051169
25 changed files with 194 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ func main() {
mapB, _ := json.Marshal(mapD)
fmt.Println(string(mapB))
// TODO: move these lines to a test, this was for testing log output issues
log.Println("---> stderr goes to the server logs.")
log.Println("---> LINE 2")
log.Println("---> LINE 3 with a break right here\nand LINE 4")