Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(420)

Unified Diff: go/src/infra/gae/epservice/epservice_other.go

Issue 1153473008: A client/server helper wrapper for endpoints in Go. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: rm newline Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « go/src/infra/gae/epservice/epservice.infra_testing ('k') | go/src/infra/gae/epservice/epservice_windows.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: go/src/infra/gae/epservice/epservice_other.go
diff --git a/go/src/infra/gae/libs/wrapper/gae/doc.go b/go/src/infra/gae/epservice/epservice_other.go
similarity index 58%
copy from go/src/infra/gae/libs/wrapper/gae/doc.go
copy to go/src/infra/gae/epservice/epservice_other.go
index 0ad97f19222b86e58a60e94e40052f7ce1c47b3e..a60db74ffa5bb27818a69bd61bd4774c90b8b33a 100644
--- a/go/src/infra/gae/libs/wrapper/gae/doc.go
+++ b/go/src/infra/gae/epservice/epservice_other.go
@@ -2,6 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// Package gae provides an implementation of infra/gae/libs/wrapper which
-// backs to appengine.
-package gae
+// +build !windows
+
+package main
+
+import (
+ "syscall"
+)
+
+var serverStartParams = &syscall.SysProcAttr{Setpgid: true}
« no previous file with comments | « go/src/infra/gae/epservice/epservice.infra_testing ('k') | go/src/infra/gae/epservice/epservice_windows.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698