coreos / fleet

fleet ties together systemd and etcd into a distributed init system
Apache License 2.0
2.42k stars 303 forks source link

fleetd,main: make github.com/coreos/fleet go-getable #1681

Closed dongsupark closed 7 years ago

dongsupark commented 7 years ago

So far it hasn't been possible to do "go get github.com/coreos/fleet" because there was no main.go in the top source directory. Create main.go, a simple wrapper for fleetd to make it "go-getable".

This is a preparation for https://github.com/coreos/fleet/issues/1665, as goaci requires a go-getable package.

jonboulle commented 7 years ago

LGTM if everything else continues to work!