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

12
mpd.go
View file

@ -1,13 +1,13 @@
package main
import (
"fmt"
"net/http"
"strconv"
"time"
"fmt"
"net/http"
"strconv"
"time"
"github.com/fhs/gompd/v2/mpd"
"github.com/labstack/echo/v4"
"github.com/fhs/gompd/v2/mpd"
"github.com/labstack/echo/v4"
)
// MPD API calls