type github.com/google/licensecheck/old.document
12 uses
github.com/google/licensecheck/old (current package)
license.go#L65: doc *document
license.go#L68: type document struct {
license.go#L272: func (doc *document) sort(matches []Match) {
license.go#L283: func (doc *document) wordOffset(byteOffset int) int {
license.go#L294: func (doc *document) endWordToEndByte(c *Checker, end int) int {
license.go#L319: func (doc *document) toByteOffsets(c *Checker, matches []Match) {
license.go#L344: func (doc *document) findURLsBetween(c *Checker, matches []Match) []Match {
license.go#L416: func (doc *document) percent(matches []Match) float64 {
license.go#L435: func (doc *document) startPos(matches []Match, i int) int {
license.go#L454: func (doc *document) endPos(matches []Match, i int) int {
normalize.go#L34: func (c *Checker) normalize(data []byte, updateDict bool) *document {
normalize.go#L88: return &document{
![]() |
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. |