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