From fa5b02a4fe45131cab8a17e75827725a51bb6c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyril=20=C5=A0ebek?= Date: Tue, 9 Jul 2024 14:39:20 +0200 Subject: [PATCH] Fixed content --- 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 9e2eded..65ec8ec 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. -```Go +```golang 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 697c2d1..24757d5 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. -```Go +```golang 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 4b8af20..096fca7 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. -```Go +```golang 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 5345e76..75b9020 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. -```Go +```golang 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()