Skip to content

mchirico/mpubsub

Repository files navigation

Go codecov

mpubsub

Testing uses the montcoio Google project

Build with vendor

export GO111MODULE=on
go mod init
# Below will put all packages in a vendor folder
go mod vendor



go test -v -mod=vendor ./...

# Don't forget the "." in "./cmd/script" below
go build -v -mod=vendor ./...

Don't forget golint


golint -set_exit_status $(go list ./... | grep -v /vendor/)

mpubsub

About

Golang pubsub program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published