Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for findEmbed (0.09 sec)

  1. src/cmd/go/internal/modindex/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: Thu Feb 23 10:10:21 UTC 2023
    - 13K bytes
    - Viewed (0)
  2. 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