pusher / crank

Process slow restarter
http://pusher.github.io/crank/man/
MIT License
38 stars 3 forks source link

Build fails #30

Closed abourget closed 9 years ago

abourget commented 9 years ago
~/go/src/github.com/pusher/crank$ make
go fmt ./...
can't load package: /home/abourget/go/src/github.com/pusher/crank/cmd/crank/main.go:4:2: local import "../../src/crank" in non-local package
can't load package: /home/abourget/go/src/github.com/pusher/crank/cmd/crankctl/main.go:4:2: local import "../../src/crank" in non-local package
can't load package: /home/abourget/go/src/github.com/pusher/crank/src/crank/process.go:4:2: local import "../devnull" in non-local package
make: *** [fmt] Erreur 1

when building the latest master, under go version go1.4.1 linux/amd64

zimbatm commented 9 years ago

Thanks @abourget. It looks like go has removed relative imports.