Hi

I am evaluating appengine for a golang project. It is a simple REST server 
with a bunch of endpoints. I am currently deploying it in AWS, in an EC2 
instance. I have written a systemd script file which will take care of 
launching the webserver as a systemd service (so that it is always up etc.).

I am evaluating appengine and I see that we need to change the package main 
to something else, as appengine needs to have its own main package. This is 
kind of annoying as now I cannot easily test in my dev laptop or have the 
same code across my EC2 instance and appengine. So, are there any tricks to 
switch the main package automatically when I am deploying to appengine ? 
(Some kind of pre-push patch or something ?)

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to