Skip to content

Commit 3a7bb8c

Browse files
sergeiprokhorovSergei Prokhorov
andauthored
fix: go roadmap excessive spaces and missing @Article@ tag (#9364)
Co-authored-by: Sergei Prokhorov <[email protected]>
1 parent b7862e9 commit 3a7bb8c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/data/roadmaps/golang/content/[email protected]

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ Go creates copies of values when passing to functions, not references to origina
55
Visit the following resources to learn more:
66

77
- [@article@Golang Call by Reference and Call by Value](https://www.scaler.com/topics/golang/golang-call-by-reference-and-call-by-value)
8-
- [Go Call by Value](https://www.includehelp.com/golang/go-call-by-value.aspx)
9-
- [Parameter Passing in Golang: The Ultimate Truth](https://dev.to/mahdifardi/parameter-passing-in-golang-the-ultimate-truth-1h0o)
8+
- [@article@Go Call by Value](https://www.includehelp.com/golang/go-call-by-value.aspx)
9+
- [@article@Parameter Passing in Golang: The Ultimate Truth](https://dev.to/mahdifardi/parameter-passing-in-golang-the-ultimate-truth-1h0o)

src/data/roadmaps/golang/content/[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Pattern for safely testing map key existence or type assertion success using `va
44

55
Visit the following resources to learn more:
66

7-
- [@article@The Comma Ok Idiom ](https://dev.to/saurabh975/comma-ok-in-go-l4f)
7+
- [@article@The Comma Ok Idiom](https://dev.to/saurabh975/comma-ok-in-go-l4f)
88
- [@article@How the Comma Ok Idiom and Package System Work in Go](https://www.freecodecamp.org/news/how-the-comma-ok-idiom-and-package-system-work-in-go/)
99
- [@article@Statement Idioms in Go](https://medium.com/@nateogbonna/statement-idioms-in-go-writing-clean-idiomatic-go-code-6fe92e6e8ab4)

src/data/roadmaps/golang/content/[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Visit the following resources to learn more:
66

77
- [@official@Debugging Performance](https://go.dev/wiki/Performance)
88
- [@article@Unlocking Hidden Performance Bottlenecks in Golang](https://dev.to/aryanmehrotra/unlocking-hidden-performance-bottlenecks-in-golang-using-gofr-the-underrated-power-of-pprof-2dc7)
9-
- [@article@Advanced Profiling & Debugging for Go at Scale ](https://renaldid.medium.com/advanced-techniques-for-profiling-and-debugging-go-applications-at-scale-c1ce7a67e39f)
9+
- [@article@Advanced Profiling & Debugging for Go at Scale](https://renaldid.medium.com/advanced-techniques-for-profiling-and-debugging-go-applications-at-scale-c1ce7a67e39f)

src/data/roadmaps/golang/content/[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ Enclosed in backticks (\`) and interpret characters literally without escape seq
55
Visit the following resources to learn more:
66

77
- [@official@Strings in Go](https://go.dev/blog/strings#what-is-a-string)
8-
- [@article@Golang Quick Reference: Strings. Introduction ](https://medium.com/@golangda/golang-quick-reference-strings-0d68bb036c29)
8+
- [@article@Golang Quick Reference: Strings. Introduction](https://medium.com/@golangda/golang-quick-reference-strings-0d68bb036c29)

src/data/roadmaps/golang/content/[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ Visit the following resources to learn more:
66

77
- [@official@String](https://go.dev/blog/strings)
88
- [@official@Go Speculation](https://go.dev/ref/spec)
9-
- [@article@Golang Quick Reference: Strings. Introduction ](https://medium.com/@golangda/golang-quick-reference-strings-0d68bb036c29)
9+
- [@article@Golang Quick Reference: Strings. Introduction](https://medium.com/@golangda/golang-quick-reference-strings-0d68bb036c29)

0 commit comments

Comments
 (0)