appstract icon indicating copy to clipboard operation
appstract copied to clipboard

what about private repos?

Open einthusan opened this issue 9 years ago • 7 comments

I tried running my own local copy of this site, but got compile errors.

package appengine: unrecognized import path "appengine"
package appengine/datastore: unrecognized import path "appengine/datastore"
package appengine/urlfetch: unrecognized import path "appengine/urlfetch"

are appengine packages a must? can we replace them with defined interface calls?

Would it work if I forked my own copy and made the changes myself? I didn't look into the code yet.

einthusan avatar Jan 29 '15 22:01 einthusan