package
0.1.0
Repository: https://github.com/rebel-l/go-project.git
Documentation: pkg.go.dev

# Functions

Get executes go get for given package name.
GoImports executes imports missing packages and formats code with goimports command in the given path.
Init initialises go modules.

# Structs

Import represents the information of a go import.

# Type aliases

CallbackGoGet defines the callback for go get.
Imports is a collection of Import.