Ejemplo n.º 1
0
Archivo: fs.go Proyecto: hialin/hialin
func (n fileNex) Value() nex.Value { return nex.Str(filepath.Base(n.path)) }
Ejemplo n.º 2
0
func (n lineNex) Value() nex.Value { return nex.Str(n.line) }
Ejemplo n.º 3
0
func (tn termNex) Value() nex.Value                           { return nex.Str(tn.value) }
Ejemplo n.º 4
0
func (n hostNode) Value() nex.Value { return nex.Str(n.name) }