File tree Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Expand file tree Collapse file tree 1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -57,20 +57,12 @@ Initial implementation of a B+ tree. Delete method still needs added as well as
5757
5858### Installation
5959
60- 1 ) Install Go 1.3 or higher.
61-
62- 2 ) Configure git to use SSH instead of HTTPS for github repositories. This
63- allows ` go get ` to use private repositories.
64-
65- # ~/.gitconfig
66- 67- insteadOf = https://github.com
68-
69- 3 ) go get github.com/Workiva/go-datastructures ...
60+ 1 . Install Go 1.3 or higher.
61+ 2 . Run ` go get github.com/Workiva/go-datastructures/... `
7062
7163### Updating
7264
73- When new code is merged to master, you can use
65+ When new code is merged to master, you can use
7466
7567 go get -u github.com/Workiva/go-datastructures/...
7668
@@ -84,10 +76,11 @@ To run all the unit tests use these commands:
8476 go get -t -u ./...
8577 go test ./...
8678
87- Once you've done this once, you can simply use
79+ Once you've done this once, you can simply use this command to run all unit tests:
8880
8981 go test ./...
9082
83+
9184### Notice
9285
9386Requirements to commit here:
You can’t perform that action at this time.
0 commit comments