This repository has been archived on 2024-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
mist-connections/README.md

578 B

mist-connections

"Missed Connections"

Moar post-calibre prototypin' 🎉

demo

msc.mp4

hack

go install github.com/go-bindata/go-bindata/...
make

Or, if you want to access the binary directly without make:

go build .

Then you have a freshly built ./mist-connections ready.

release

go install github.com/goreleaser/goreleaser@latest
make release

ack