Method: Licensed::Sources::Go#root_package
- Defined in:
- lib/licensed/sources/go.rb
#root_package ⇒ Object
Returns the info for the package under test
205 206 207 |
# File 'lib/licensed/sources/go.rb', line 205 def root_package @root_package ||= package_info(".") end |