1- # Tree
1+ # go-tree
22
33[ ![ GoDoc] ( https://godoc.org/github.com/johnfercher/tree?status.svg )] ( https://godoc.org/github.com/johnfercher/tree )
44[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/johnfercher/tree )] ( https://goreportcard.com/report/github.com/johnfercher/tree )
@@ -13,20 +13,20 @@ A generic unbalanced tree implementation, where you can define which node will b
1313* With ` go get ` :
1414
1515``` bash
16- go get -u github.com/johnfercher/tree
16+ go get -u github.com/johnfercher/go- tree
1717```
1818
1919## Contributing
2020
21- | Command | Description | Dependencies |
22- | -----------------| --------------------------------------------------- | ---------------------------------------------------------------|
23- | ` make build ` | Build project | ` go ` |
24- | ` make test ` | Run unit tests | ` go ` |
25- | ` make fmt ` | Format files | ` gofmt ` , ` gofumpt ` and ` goimports ` |
26- | ` make lint ` | Check files | ` golangci-lint ` and ` goreportcard-cli ` |
21+ | Command | Description | Dependencies |
22+ | -----------------| --------------------------------------------------| ---------------------------------------------------------------|
23+ | ` make build ` | Build project | ` go ` |
24+ | ` make test ` | Run unit tests | ` go ` |
25+ | ` make fmt ` | Format files | ` gofmt ` , ` gofumpt ` and ` goimports ` |
26+ | ` make lint ` | Check files | ` golangci-lint ` and ` goreportcard-cli ` |
2727| ` make dod ` | (Definition of Done) Format files and check files | Same as ` make build ` , ` make test ` , ` make fmt ` and ` make lint ` |
28- | ` make install ` | Install all dependencies | ` go ` , ` curl ` and ` git ` |
29- | ` make examples ` | Run all examples | ` go ` |
28+ | ` make install ` | Install all dependencies | ` go ` , ` curl ` and ` git ` |
29+ | ` make examples ` | Run all examples | ` go ` |
3030
3131## Features
3232### Node
0 commit comments