Open GoogleCodeExporter opened 9 years ago
+appengine:
+ go clean ./...
+ go install -tags=appengine -installsuffix=appengine ./proto
+ go test -v -tags=appengine -installsuffix=appengine ./test
+ go test -v -tags=appengine ./proto
+
go tags are not helping enough.
I will probably have to write a script which renames some files and rebuilds :(
Original comment by awalterschulze
on 22 Nov 2013 at 8:32
Maybe this will help
https://github.com/mitchellh/gox
I should check it out
Original comment by awalterschulze
on 24 Nov 2013 at 12:23
If someone can show me a way to get a consistent compilation error that I can
use as a test and someone wants this feature I'll give it some attention.
Original comment by awalterschulze
on 29 Mar 2014 at 3:42
Original issue reported on code.google.com by
awalterschulze
on 8 Oct 2013 at 3:33