Documentation
¶
Index ¶
Constants ¶
View Source
const ( // For simplicity we are using a rune that is one byte wide. A character // that is not used widely (apart from cli's) is the bell character (7). MarkerEscaping rune = '\a' // Marker0 rune = '\uF000' // 61440 // Marker1 rune = '\uF001' // 61441 MarkerCodeBlockNewline rune = '\uF002' // 61442 )
Variables ¶
View Source
var ( BytesMarkerEscaping = []byte{7} BytesMarkerCodeBlockNewline = []byte{239, 128, 130} )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.