Skip to content

Commit dfa182f

Browse files
author
Julian
committed
change the name golang to go
1 parent 8e9a447 commit dfa182f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contents/graham_scan/graham_scan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ We can find whether a rotation is counter-clockwise with trigonometric functions
2323
{% sample lang="py" %}
2424
[import:4-6, lang:"python"](code/python/grahamScan.py)
2525
{% sample lang="go" %}
26-
[import:13-15, lang:"golang"](code/golang/graham.go)
26+
[import:13-15, lang:"go"](code/golang/graham.go)
2727
{% endmethod %}
2828

2929
If the output of this function is 0, the points are collinear.
@@ -49,7 +49,7 @@ In the end, the code should look something like this:
4949
{% sample lang="py" %}
5050
[import:14-27, lang:"python"](code/python/grahamScan.py)
5151
{% sample lang="go" %}
52-
[import:21-42, lang:"golang"](code/golang/graham.go)
52+
[import:21-42, lang:"go"](code/golang/graham.go)
5353
{% endmethod %}
5454

5555
### Bibliography
@@ -70,7 +70,7 @@ In the end, the code should look something like this:
7070
{% sample lang="py" %}
7171
[import, lang:"python"](code/python/grahamScan.py)
7272
{% sample lang="go" %}
73-
[import, lang:"golang"](code/golang/graham.go)
73+
[import, lang:"go"](code/golang/graham.go)
7474
{% endmethod %}
7575

7676
<script>

0 commit comments

Comments
 (0)