1
- # Tree
1
+ # go-tree
2
2
3
3
[ ![ GoDoc] ( https://godoc.org/github.com/johnfercher/tree?status.svg )] ( https://godoc.org/github.com/johnfercher/tree )
4
4
[ ![ 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
13
13
* With ` go get ` :
14
14
15
15
``` bash
16
- go get -u github.com/johnfercher/tree
16
+ go get -u github.com/johnfercher/go- tree
17
17
```
18
18
19
19
## Contributing
20
20
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 ` |
27
27
| ` 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 ` |
30
30
31
31
## Features
32
32
### Node
0 commit comments