func github.com/yuin/goldmark/util.NewCopyOnWriteBuffer
8 uses
github.com/yuin/goldmark/util (current package)
util.go#L23: func NewCopyOnWriteBuffer(buffer []byte) CopyOnWriteBuffer {
util.go#L431: cob := NewCopyOnWriteBuffer(v)
util.go#L546: cob := NewCopyOnWriteBuffer(v)
util.go#L565: cob := NewCopyOnWriteBuffer(source)
util.go#L587: cob := NewCopyOnWriteBuffer(source)
util.go#L638: cob := NewCopyOnWriteBuffer(source)
util.go#L684: cob := NewCopyOnWriteBuffer(v)
github.com/yuin/goldmark/extension
table.go#L502: cob = util.NewCopyOnWriteBuffer(v.([]byte))
![]() |
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. |