[go-nuts] large slice literals and go-guru

2019-05-06 Thread Tamás Gulácsi
As a workaround, you may try to move the large slice into a separate package. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups

[go-nuts] large slice literals and go-guru

2019-05-06 Thread David Wahlstedt
Hello, I'm working on a project where there is a very (machine generated) large slice literal in the source tree: around 6MB. The slice is declared in a separate file, and it contains instances of an interface. Each time I use go-guru (go-guru-referrers, for example) in emacs, it takes a while