<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Google App Engine on ilikeorangutans</title><link>https://kuelzer.ca/tags/google-app-engine/</link><description>Recent content in Google App Engine on ilikeorangutans</description><generator>Hugo</generator><language>en</language><copyright>© 2026 Jakob Külzer</copyright><lastBuildDate>Sun, 12 Apr 2026 14:27:24 -0400</lastBuildDate><atom:link href="https://kuelzer.ca/tags/google-app-engine/index.xml" rel="self" type="application/rss+xml"/><item><title>Google Appengine, Go, and Vendoring</title><link>https://kuelzer.ca/posts/2016/05/22/google-appengine-go-and-vendoring/</link><pubDate>Sun, 22 May 2016 13:59:40 -0400</pubDate><guid>https://kuelzer.ca/posts/2016/05/22/google-appengine-go-and-vendoring/</guid><description>&lt;p&gt;I&amp;rsquo;m working on a small app running on Google App engine using Go and upgraded to the latest version of the GAE SDK. The latest version uses Go 1.6 instead of 1.4 like the older version I had. Upgrading was mostly straightforward, but once I started using vendoring I got strange build errors like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;2016/05/22 13:26:47 go-app-builder: Failed parsing input: parser: bad import &amp;quot;syscall&amp;quot; in vendor/golang.org/x/net/ipv4/dgramopt_posix.go
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I got different variations of this, but all came down to the same problem: some code was importing packages that GAE doesn&amp;rsquo;t want you tu use. Sadly these errors don&amp;rsquo;t show up during normal &lt;code&gt;goapp build&lt;/code&gt; or &lt;code&gt;goapp test&lt;/code&gt; cycles, but only when you want to deploy or start a local devserver.&lt;/p&gt;</description></item></channel></rss>