Skip to content

Commit a2ecb9d

Browse files
committed
fix: more minor updates
1 parent 86e5cc5 commit a2ecb9d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
<br/>
7575

7676
## 🗂️ Table of Contents
77-
* [What's Inside](#-whats-inside)
7877
* [Installation](#-installation)
7978
* [Documentation](#-documentation)
8079
* [Examples & Tests](#-examples--tests)
@@ -87,8 +86,6 @@
8786

8887
<br/>
8988

90-
## 🧩 What's Inside
91-
9289
## 📦 Installation
9390

9491
**go-subtree** requires a [supported release of Go](https://golang.org/doc/devel/release.html#policy).
@@ -290,7 +287,7 @@ make test
290287

291288
## ⚡ Benchmarks
292289

293-
Run the Go [benchmarks](template_benchmark_test.go):
290+
Run the Go [benchmarks](subtree_benchmark_test.go):
294291

295292
```bash script
296293
make bench

examples/examples.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// Package examples provides example implementations of the subtree package
2+
package examples
3+
4+
// TODO - Add example implementations of the subtree package

subtree_fuzz_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
package subtree

0 commit comments

Comments
 (0)