nightingale1/alert/alert.go

8 lines
84 B
Go

package alert
import "context"
func Start(ctx context.Context) {
go popEvent()
}