Categorygithub.com/reddec/godetector
repositorypackage
0.0.0-20200420065712-f938e1104afe
Repository: https://github.com/reddec/godetector.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

GO-Detector

Documentation license donate

The library aims to provide useful utilities to work with golang packages:

  • Detect package name from directory (not just by using base name, but also parse go files)
  • Detect package import path (including vendor support and go modules)
  • Detect import package definition (where go files located) with respect to gomodules