github.com/kevinklinger/open_terraform@v1.3.6/noninternal/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