adhocteam / certwatcher

TLS cert expiry early-warning service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Mac support?

aaclarker opened this issue · comments

commented

Is there any opposition to officially adding Mac (darwin) support to the Makefile?

I am able to get it working just by changing the GOOS variable to darwin.

The makefile isn't really needed. Just run go get github.com/adhocteam/certwatcher and you're good to go. It will put the binary in ~/go/bin unless you change your GOPATH or GOBIN environment variables.