type golang.org/x/crypto/ssh.element
6 uses
golang.org/x/crypto/ssh (current package)
buffer.go#L19: head *element // the buffer that will be read first
buffer.go#L20: tail *element // the buffer that will be read last
buffer.go#L26: type element struct {
buffer.go#L28: next *element
buffer.go#L33: e := new(element)
buffer.go#L46: e := &element{buf: buf}
![]() |
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. |