copilot-swe-agent[bot] d936a45bfd Fix SSE specification compliance - add space after colon in all SSE fields
Co-authored-by: appleboy <21979+appleboy@users.noreply.github.com>
2025-11-15 15:22:08 +00:00

11 lines
83 B
Go

package urn
type Kind int
const (
NONE Kind = iota
RFC2141
RFC7643
RFC8141
)