sciabarracom commented on a change in pull request #5: The go proxy 
URL: 
https://github.com/apache/incubator-openwhisk-runtime-go/pull/5#discussion_r176944275
 
 

 ##########
 File path: main/proxy.go
 ##########
 @@ -17,9 +17,20 @@
 package main
 
 import (
-       "fmt"
+       "flag"
+       "io/ioutil"
+       "log"
+
+       "github.com/sciabarracom/incubator-openwhisk-runtime-go/openwhisk"
 
 Review comment:
   Yes and I recommend it, but It is an egg-and-chicken problem: I need to 
commit this PR before this code can work, and it will fail tests if I do BEFORE 
the commit so it may never be committed :)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to