Yes, pathof can help you there.
julia> using Example
julia> print(read(joinpath(dirname(pathof(Example)), "../README.md"), String))
Example Julia package repo.
[...]
Yes, pathof can help you there.
julia> using Example
julia> print(read(joinpath(dirname(pathof(Example)), "../README.md"), String))
Example Julia package repo.
[...]