1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-11 18:32:50 +00:00

go pathing is a nightmare with app engine

This commit is contained in:
2016-08-23 14:52:00 +00:00
parent 34b463cd44
commit 24ef17ac5b
7 changed files with 36 additions and 31 deletions

View File

@@ -2,11 +2,12 @@ package main
import (
"net/http"
"mywebsite/server/controller/api"
"mywebsite/server/db"
"mywebsite/server/route"
"mywebsite/server/utils"
//local import paths relative to app.yaml file
"server/controller/api"
"server/db"
"server/route"
"server/utils"
)
func init() {