update to go 1.25.0

This commit is contained in:
XenGi 2025-08-28 12:52:15 +02:00
parent 2c813674e2
commit 9e5d8e66da
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg
8 changed files with 114 additions and 119 deletions

14
sse.go
View file

@ -1,14 +1,14 @@
package main
import (
"bytes"
"encoding/json"
"fmt"
"io"
"time"
"bytes"
"encoding/json"
"fmt"
"io"
"time"
"github.com/fhs/gompd/v2/mpd"
"github.com/labstack/echo/v4"
"github.com/fhs/gompd/v2/mpd"
"github.com/labstack/echo/v4"
)
// Event represents Server-Sent Event.