mibk/dupl

Please mention that this tool required go 1.4 or greater

holys opened this issue · 4 comments

holys commented

Since you use for range that go 1.4 supported.

If you use go 1.3, you will get:

Installing dupl -> go get -u github.com/mibk/dupl
# github.com/mibk/dupl/suffixtree
../../mibk/dupl/suffixtree/suffixtree.go:44: syntax error: unexpected range, expecting {
../../mibk/dupl/suffixtree/suffixtree.go:49: syntax error: unexpected }
gometalinter: error: failed to install dupl: exit status 2: exit status 2
mibk commented

Hi, thank you for reporting. Is this commit sufficient?

holys commented

@mibk Yes.

holys commented

Maybe you should add travis ci(or other ci) building.

mibk commented

Travis CI added. Thanks.