From 5cdbfa0837949bf0c5d5364a5d6b8423c63856f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyril=20=C5=A0ebek?= Date: Sun, 1 Sep 2024 10:47:47 +0200 Subject: [PATCH] fix: fixed non-existent `golang` in post 2 (replace with `go`) --- src/content/blog/post-2/cs.md | 2 +- src/content/blog/post-2/de.md | 2 +- src/content/blog/post-2/en.md | 2 +- src/content/blog/post-2/fr.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/blog/post-2/cs.md b/src/content/blog/post-2/cs.md index 739ecb0..9477160 100644 --- a/src/content/blog/post-2/cs.md +++ b/src/content/blog/post-2/cs.md @@ -70,7 +70,7 @@ It seems straightforward, right? You install the app - sure, there aren't detail The first issue I encountered, which has since been resolved, was logging into the app. Every time I tried to log in, the app would crash with an error in the console. -```golang +```go http: panic serving 10.69.13.200:43140: runtime error: slice bounds out of range [:10] with capacity 0 goroutine 54 [running]: net/http.(*conn).serve.func1() diff --git a/src/content/blog/post-2/de.md b/src/content/blog/post-2/de.md index 7faa89a..5b8fec2 100644 --- a/src/content/blog/post-2/de.md +++ b/src/content/blog/post-2/de.md @@ -70,7 +70,7 @@ It seems straightforward, right? You install the app - sure, there aren't detail The first issue I encountered, which has since been resolved, was logging into the app. Every time I tried to log in, the app would crash with an error in the console. -```golang +```go http: panic serving 10.69.13.200:43140: runtime error: slice bounds out of range [:10] with capacity 0 goroutine 54 [running]: net/http.(*conn).serve.func1() diff --git a/src/content/blog/post-2/en.md b/src/content/blog/post-2/en.md index 895c93f..0f556ff 100644 --- a/src/content/blog/post-2/en.md +++ b/src/content/blog/post-2/en.md @@ -70,7 +70,7 @@ It seems straightforward, right? You install the app - sure, there aren't detail The first issue I encountered, which has since been resolved, was logging into the app. Every time I tried to log in, the app would crash with an error in the console. -```golang +```go http: panic serving 10.69.13.200:43140: runtime error: slice bounds out of range [:10] with capacity 0 goroutine 54 [running]: net/http.(*conn).serve.func1() diff --git a/src/content/blog/post-2/fr.md b/src/content/blog/post-2/fr.md index 21607a8..cb0877f 100644 --- a/src/content/blog/post-2/fr.md +++ b/src/content/blog/post-2/fr.md @@ -70,7 +70,7 @@ It seems straightforward, right? You install the app - sure, there aren't detail The first issue I encountered, which has since been resolved, was logging into the app. Every time I tried to log in, the app would crash with an error in the console. -```golang +```go http: panic serving 10.69.13.200:43140: runtime error: slice bounds out of range [:10] with capacity 0 goroutine 54 [running]: net/http.(*conn).serve.func1()