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