Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Does not work in appengine (1.9.28) -- go 1.4 vs go 1.5 compatibility  #1

Open
@fblecha

Description

@fblecha

If you're using the the current appengine sdk (1.9.28) which uses go 1.4.2, via goapp serve, you'll get:

"request.go:39: undefined: strings.LastIndexByte" and the build will fail.

strings.LastIndexByte isn't avaiable until go 1.5 (https://golang.org/doc/go1.5) so this doesn't work until google upgrades the go sdk for appengine (http://googlecloudplatform.blogspot.com/2015/07/App-Engine-for-Go-is-Generally-Available.html)

Activity

najeira

najeira commented on Nov 25, 2015

@najeira
Owner

Thank you! I will fix it.

self-assigned this
on Nov 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Does not work in appengine (1.9.28) -- go 1.4 vs go 1.5 compatibility · Issue #1 · najeira/hikaru