Skip to content

Commit

Permalink
Fix Correspondence of packages to be should excluded on appengine (#1405
Browse files Browse the repository at this point in the history
)
  • Loading branch information
pei0804 authored and raphael committed Oct 4, 2017
1 parent 0ad2e96 commit 0219025
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions goagen/utils/signal_appengine.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// +build appengine

package utils

import (
"os"
)

var defaultSignals = []os.Signal{}
2 changes: 1 addition & 1 deletion goagen/utils/signal_lin.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build !windows
// +build !windows,!appengine

package utils

Expand Down

0 comments on commit 0219025

Please sign in to comment.