repositorypackage
0.0.0-20200420065712-f938e1104afe
Repository: https://github.com/reddec/godetector.git
Documentation: pkg.go.dev
# README
GO-Detector
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