I was recently trying to use analysisutil.CalledFrom instead of the example in sqlrowsutil. However this does not work as expected. analysisutil seems to be close, but not the exact behavior as sqlrowsutil. Is this expected? The godocs and signatures exactly match, so the assumption is their behavior would match as well.
https://github.com/gostaticanalysis/sqlrows/blob/master/sqlrowsutil/util.go#L199
https://github.com/gostaticanalysis/analysisutil/blob/v0.7.1/call.go#L397