mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
The following tag // +build linux,!appengine darwin Translated to (linux AND !appengine) OR (darwin) Causing issues on darwin when attempting to run dev_appserver. Change this to always exclude these files from appengine builds. Change-Id: Ifd63a884747001797d0b0e828f0c9c391bc7c73c Reviewed-on: https://go-review.googlesource.com/60911 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Chris Broadfoot <cbro@golang.org>