update to go 1.25.0
This commit is contained in:
parent
2c813674e2
commit
9e5d8e66da
8 changed files with 114 additions and 119 deletions
12
mpd.go
12
mpd.go
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue