Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for findEmbed (0.26 sec)

  1. src/go/build/read.go

    	c := r.peekByte(skipSpace)
    	r.peek = 0
    	return c
    }
    
    var goEmbed = []byte("go:embed")
    
    // findEmbed advances the input reader to the next //go:embed comment.
    // It reports whether it found a comment.
    // (Otherwise it found an error or EOF.)
    func (r *importReader) findEmbed(first bool) bool {
    	// The import block scan stopped after a non-space character,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top