On Wednesday, January 29, 2020 at 11:12:40 PM UTC+1, adam...@uber.com wrote: > > I am trying to analyze a large application using Go's static analysis > support. I am using the "packages" > <https://godoc.org/golang.org/x/tools/go/packages> package to load all > application packages using the Load > <https://godoc.org/golang.org/x/tools/go/packages#Load> function. >
What arguments are you passing to the Load function? It should suffice a simple "all". > Unfortunately the application is really big and the list of patterns > that the Load function takes the second parameter is really long. > Why are you passing a list of patterns to Load? Where are these patterns coming from? > [...] > Adam > Manlio Perillo -- 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.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/2df15a4c-1d61-405e-b023-920806dd4fde%40googlegroups.com.