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