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
pip compatible server to serve Python packages out of GitHub
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
214
Commits
1
Branch
13 MiB
Go
89.8%
Makefile
9.6%
Dockerfile
0.6%
Tree:
6c0d19f810
master
v0.1.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '6c0d19f810'
${ noResults }
pypihub
/
bind
/
systemd_stub.go
6 lines
103 B
Raw
Blame
History
// +build windows
package
bind
func
systemdInit
(
)
{
}
func
usingSystemd
(
)
bool
{
return
false
}