Contributor GuideAspectsJoin Pointsimport-pathimport-pathThe import-path join point is node-agnostic. It matches any node within an AST that belongs to the specified import path. This is often used together with not to avoid creating infinitely recursive instrumentation.Examples import-path: net/httpimport-path: github.com/gorilla/muxfunction-callnot