fix: fixed non-existent golang in post 2 (replace with go)
All checks were successful
Build Docker Image and Deploy / Build Image and push to Registry (push) Successful in 1m6s
Build Docker Image and Deploy / Deploy on webserver (push) Successful in 32s

This commit is contained in:
Cyril Šebek 2024-09-01 10:47:47 +02:00
parent de7ade28c7
commit 5cdbfa0837
Signed by: blboun3
SSH Key Fingerprint: SHA256:dnxtLebskuWAiy2rlkPCMWxe56UJ9y1pD1zAT6grx4U
4 changed files with 4 additions and 4 deletions

View File

@ -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()

View File

@ -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()

View File

@ -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()

View File

@ -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()