File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 7474<br />
7575
7676## 🗂️ Table of Contents
77- * [ What's Inside] ( #-whats-inside )
7877* [ Installation] ( #-installation )
7978* [ Documentation] ( #-documentation )
8079* [ Examples & Tests] ( #-examples--tests )
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
296293make bench
Original file line number Diff line number Diff line change 1+ // Package examples provides example implementations of the subtree package
2+ package examples
3+
4+ // TODO - Add example implementations of the subtree package
Original file line number Diff line number Diff line change 1+ package subtree
You can’t perform that action at this time.
0 commit comments