Skip to content

Commit 3552450

Browse files
Some tidying up for README and adding go.mod
1 parent 276687b commit 3552450

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Each featured data structure will include the follwing:
3131
All the code in this repository is released under the ***MIT License***, for
3232
more information take a look at the [LICENSE] file.
3333

34+
[LICENSE]:https://github.com/HyperEntangledQubit/go-data-structures-and-algorithms/blob/master/LICENSE
3435

35-
If you found this repo useful please give me a star!
36+
### Misc
3637

37-
[LICENSE]: https://github.com/HyperEngtangledQubit/go-data-structures-and-algorithms/blob/master/LICENSE
38+
If you found this repo useful please give me a star!

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module go-data-structures-and-algorithms
2+
3+
go 1.20

0 commit comments

Comments
 (0)