github.com/eliastor/durgaform@v0.0.0-20220816172711-d0ab2d17673e/internal/getmodules/doc.go (about) 1 // Package getmodules contains the low-level functionality for fetching 2 // remote module packages. It's essentially just a thin wrapper around 3 // go-getter. 4 // 5 // This package is only for remote module source addresses, not for local 6 // or registry source addresses. The other address types are handled 7 // elsewhere. 8 package getmodules