yuin / gopher-lua

GopherLua: VM and compiler for Lua in Go
MIT License
6.24k stars 648 forks source link

gometalinter fails on master branch of Go #182

Closed nordinvannes closed 6 years ago

nordinvannes commented 6 years ago

Please answer the following before submitting your issue:

  1. What version of GopherLua are you using? : last
  2. What version of Go are you using? : master branch
  3. What operating system and processor architecture are you using? : Windows / Intel
  4. What did you do? : Run gometalinter
  5. What did you expect to see? : No error
  6. What did you see instead? : An error on loop detection on preloadLimit
yuin commented 6 years ago

This issue seems to be a bug in go vet . see https://github.com/golang/go/issues/26124

yuin commented 6 years ago

Now we have a Go1.11 release. This issue has been fixed in Go1.11 release.