type github.com/yuin/goldmark/util.bytesFilter
6 uses
github.com/yuin/goldmark/util (current package)
util.go#L920: type bytesFilter struct {
util.go#L928: s := &bytesFilter{
util.go#L938: func (s *bytesFilter) Add(b []byte) {
util.go#L955: func (s *bytesFilter) Extend(bs ...[]byte) BytesFilter {
util.go#L956: newFilter := NewBytesFilter().(*bytesFilter)
util.go#L970: func (s *bytesFilter) Contains(b []byte) bool {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |