importresolver.go

1package expctxkeys
2
3// ImportResolverKey is a context.Context Value key.
4// Its associated value should be an ImportResolver.
5// See issue 2294.
6type ImportResolverKey struct{}