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
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