Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
techknowlogick 47f6a4ec3f
go1.16 (#14783)
3 лет назад
..
.golangci.yml go1.16 (#14783) 3 лет назад
LICENSE go1.16 (#14783) 3 лет назад
README.md go1.16 (#14783) 3 лет назад
automaton.go go1.16 (#14783) 3 лет назад
go.mod go1.16 (#14783) 3 лет назад
go.sum go1.16 (#14783) 3 лет назад
segment.go go1.16 (#14783) 3 лет назад

README.md

Scorch Segment API

PkgGoDev Tests Lint

Scorch supports a pluggable Segment interface.

By placing these interfaces in their own, hopefully slowly evolving module, it frees up Scorch and the underlying segment to each introduce new major versions without interfering with one another.

With that in mind, we anticipate introducing non-breaking changes only to this module, and keeping the major version at 1.x for some time.