[ANN] Go 1.6.3 App Engine SDK with support for macOS Sierra

111 просмотров
Перейти к первому непрочитанному сообщению

Chris Broadfoot

не прочитано,
4 нояб. 2016 г., 19:29:4104.11.2016
– google-appengine-go
Hello gophers,

App Engine SDK 1.9.46 is available for download.
It updates Go to version 1.6.3, including support for macOS Sierra.
Thank you for your patience on this update.

Get it here:

As a reminder, if you haven't already updated your app to the "google.golang.org/appengine/..." packages, it's an easy update:

This allows you to build and test your code without "goapp" and the special "appengine/..." packages in the SDK's goroot.

Regards
Chris

Drew Wells

не прочитано,
5 нояб. 2016 г., 19:19:0805.11.2016
– google-appengine-go
I'm getting errors after upgrading appengine.Main is undefined. Any hints on this?

Adam Tanner

не прочитано,
5 нояб. 2016 г., 20:38:1405.11.2016
– Drew Wells, google-appengine-go
Have you updated your google.golang.org/appengine packages and/or do you have a file at the root of your application that is package main and has a func main in it?

I would try updating the packages and then if you have a func main it needs to call appengine.Main() as the last line in the function.
On Sat, Nov 5, 2016 at 4:19 PM Drew Wells <drew.w...@gmail.com> wrote:
I'm getting errors after upgrading appengine.Main is undefined. Any hints on this?

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

Drew Wells

не прочитано,
5 нояб. 2016 г., 22:17:3005.11.2016
– Adam Tanner, google-appengine-go
That was the issue. Appengine had updates for new requirements in this release. It also looks for the exact call appengine.Main() now.
Ответить всем
Отправить сообщение автору
Переслать
0 новых сообщений