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.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to 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.
Derek Herman (@valendesigns), Otto Kekäläinen (@ottok), Pierre Gordon (@pierlon), Rheinard Korf (@rheinardkorf)
Tide pkg
utilizes an MIT license.