mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Example app structure. round 1.
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user