|
@@ -1,8 +1,10 @@
|
|
|
# go-patricia #
|
|
|
|
|
|
**Documentation**: [GoDoc](http://godoc.org/github.com/tchap/go-patricia/patricia)<br />
|
|
|
-**Build Status**: [](https://travis-ci.org/tchap/go-patricia)<br >
|
|
|
-**Test Coverage**: Comming as soon as Drone.io people update their Go.
|
|
|
+**Build Status**: [](https://drone.io/github.com/tchap/go-patricia/latest)<br />
|
|
|
+**Test Coverage**: [](https://coveralls.io/r/tchap/go-patricia)
|
|
|
|
|
|
## About ##
|
|
|
|
|
@@ -34,6 +36,12 @@ Import the package from GitHub first.
|
|
|
import "github.com/tchap/go-patricia/patricia"
|
|
|
```
|
|
|
|
|
|
+You can as well use gopkg.in thingie:
|
|
|
+
|
|
|
+```go
|
|
|
+import "gopkg.in/tchap/go-patricia.v1/patricia"
|
|
|
+```
|
|
|
+
|
|
|
Then you can start having fun.
|
|
|
|
|
|
```go
|