8 lines
88 B
Go
8 lines
88 B
Go
|
package local
|
||
|
|
||
|
import (
|
||
|
"github.com/reiver/go-httpsse"
|
||
|
)
|
||
|
|
||
|
type Client = httpsse.Client
|