We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fc60a2 commit 8d34d4aCopy full SHA for 8d34d4a
contents/bogo_sort/bogo_sort.md
@@ -65,8 +65,6 @@ In code, it looks something like this:
65
[import:10-14, lang:"crystal"](code/crystal/bogo.cr)
66
{% sample lang="r" %}
67
[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)
70
{% endmethod %}
71
72
That's it.
@@ -131,8 +129,6 @@ We are done here!
131
129
[import, lang:"crystal"](code/crystal/bogo.cr)
132
130
133
[import, lang:"r"](code/r/bogo_sort.r)
134
135
-[import, lang:"go"](code/go/bogo_sort.go)
136
137
138
contents/bogo_sort/code/go/bogo_sort.go renamed to contents/bogo_sort/code/go/main.go
0 commit comments