Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for atColumn1 (0.18 sec)

  1. src/cmd/internal/src/pos.go

    	style, pfx := "b", "+"
    	if x.IsStmt() == PosNotStmt {
    		style = "s" // /strike not supported in HTML5
    		pfx = ""
    	}
    	return fmt.Sprintf("<%s>%s%d</%s>", style, pfx, x.Line(), style)
    }
    
    func (x lico) atColumn1() lico {
    	return makeLico(x.Line(), 1).withIsStmt()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 01 15:52:41 UTC 2023
    - 15.5K bytes
    - Viewed (0)
Back to top