Skip to content

Commit 65aa912

Browse files
leiosjune128
authored andcommitted
adding go implementation to bogo_sort.md (#556)
* adding go implementation to bogo_sort.md * Update contents/bogo_sort/bogo_sort.md Co-Authored-By: leios <[email protected]>
1 parent 0435b24 commit 65aa912

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

contents/bogo_sort/bogo_sort.md

+4
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ In code, it looks something like this:
6565
[import:10-14, lang:"crystal"](code/crystal/bogo.cr)
6666
{% sample lang="r" %}
6767
[import:1-6, lang:"r"](code/r/bogo_sort.r)
68+
{% sample lang="go" %}
69+
[import:27-31, lang:"go"](code/go/bogo_sort.go)
6870
{% endmethod %}
6971

7072
That's it.
@@ -129,6 +131,8 @@ We are done here!
129131
[import, lang:"crystal"](code/crystal/bogo.cr)
130132
{% sample lang="r" %}
131133
[import, lang:"r"](code/r/bogo_sort.r)
134+
{% sample lang="go" %}
135+
[import, lang:"go"](code/go/bogo_sort.go)
132136
{% endmethod %}
133137

134138

0 commit comments

Comments
 (0)