Skip to content

Instantly share code, notes, and snippets.

@shihanng
Created June 16, 2018 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shihanng/ecbdaf8fdbbe7c81b203cbe78c573bfa to your computer and use it in GitHub Desktop.
Save shihanng/ecbdaf8fdbbe7c81b203cbe78c573bfa to your computer and use it in GitHub Desktop.
c3c4ab8bfbb5/servicea/main.go
package main
import (
"google.golang.org/appengine"
_ "github.com/shihanng/gaegoasample/svc/servicea/cmd/servicea_svc"
)
func main() {
appengine.Main()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment