blue lang
Results
1
issues of
blue lang
``` &rest.Get("/message", func(w rest.ResponseWriter, req *rest.Request) { ``` should be ``` rest.Get("/message", func(w rest.ResponseWriter, req *rest.Request) { ``` ? Two doc updates: rather than moving the files into $GAE, user...