vendoring enabled
This commit is contained in:
parent
8be120ffa0
commit
c3f0157471
5
go.mod
Normal file
5
go.mod
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
module github.com/oec/tcl
|
||||||
|
|
||||||
|
go 1.12
|
||||||
|
|
||||||
|
require github.com/oec/goparsify v0.0.7
|
2
go.sum
Normal file
2
go.sum
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
github.com/oec/goparsify v0.0.7 h1:nWHAYwgNm4BA1wrQt6w+3cExCM3TuooU8Hyr9HKsXQ4=
|
||||||
|
github.com/oec/goparsify v0.0.7/go.mod h1:GLTAtNaFRQLtV/UCSMOb444tQy32MA4SlLrDgrP83/w=
|
5
tcl.go
5
tcl.go
@ -4,7 +4,6 @@ import (
|
|||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/davecgh/go-spew/spew"
|
|
||||||
. "github.com/oec/goparsify"
|
. "github.com/oec/goparsify"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -96,7 +95,3 @@ func resultchild(c int) func(*Result) {
|
|||||||
// log.Printf("child[%d]: %v\n", c, r.Result)
|
// log.Printf("child[%d]: %v\n", c, r.Result)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func dump(r *Result) {
|
|
||||||
spew.Dump(r)
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user