Skip to content

wptide/pkg

Repository files navigation

Tide Go Packages

Build Status Coverage Status License: MIT

This repository contains common packages that are used for the development of Tide related services.

The packages can be added to your project using a Go package dependency manager (e.g. glide or golang/dep) or added to your $GOPATH using go get.

go get github.com/wptide/pkg

All packages have been tested and provide 100% coverage (except for third-party packages that do not provide adequate interfaces). We expect nothing less from any contributions to this project.

Test can be run inside each package using the go test command or the convenience instruction in the provided Makefile (make required) by typing:

make test

This is a library of packages and is meant to be imported into Go projects.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Contact Us

Have questions? Don't open an Issue, come join us in the #tide channel in WordPress Slack. Even though Slack is a chat service, sometimes it takes several hours for community members to respond — please be patient.

Props

Derek Herman (@valendesigns), Otto Kekäläinen (@ottok), Pierre Gordon (@pierlon), Rheinard Korf (@rheinardkorf)

License

Tide pkg utilizes an MIT license.

About

Common packages for building Go projects for Tide.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published