This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
pypihub
mirror of
https://github.com/brettlangdon/pypihub.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Don't use syscall package on appengine
Fixes
#52
.
Carl Jackson
11 years ago
parent
bf3fc52add
commit
b75b7c7951
5 changed files
with
5 additions
and
5 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
bind/einhorn.go
+1
-1
bind/einhorn_windows.go
+1
-1
bind/systemd.go
+1
-1
bind/systemd_windows.go
+1
-1
graceful/einhorn.go
+ 1
- 1
bind/einhorn.go
View File
@ -1,4 +1,4 @@
// +build !windows
// +build !windows
!appengine
package
bind
package
bind
+ 1
- 1
bind/einhorn_windows.go
View File
@ -1,4 +1,4 @@
// +build windows
// +build windows
appengine
package
bind
package
bind
+ 1
- 1
bind/systemd.go
View File
@ -1,4 +1,4 @@
// +build !windows
// +build !windows
!appengine
package
bind
package
bind
+ 1
- 1
bind/systemd_windows.go
View File
@ -1,4 +1,4 @@
// +build windows
// +build windows
appengine
package
bind
package
bind
+ 1
- 1
graceful/einhorn.go
View File
@ -1,4 +1,4 @@
// +build !windows
// +build !windows
!appengine
package
graceful
package
graceful
Write
Preview
Loading…
Cancel
Save