diff options
author | Adam Scarr <adam@vektah.net> | 2017-08-07 20:07:29 +1000 |
---|---|---|
committer | Adam Scarr <adam@vektah.net> | 2017-08-07 20:07:29 +1000 |
commit | cc9d18219af9375ad89eaa8a23f1e0bcffa5734e (patch) | |
tree | 4aaf4771b90fbf622f1ebb80a8dabd6a149deb69 /combinator_test.go | |
parent | 02103782eb22edeca876936596674fa07442daf4 (diff) |
add debugging
Diffstat (limited to 'combinator_test.go')
-rw-r--r-- | combinator_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/combinator_test.go b/combinator_test.go index 0cd5ea5..0f10b01 100644 --- a/combinator_test.go +++ b/combinator_test.go @@ -1,4 +1,4 @@ -package parsec +package goparsify import ( "testing" |