gomod

package
v0.10.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 17, 2025 License: Apache-2.0 Imports: 11 Imported by: 9

Documentation

Overview

Package gomod A set of functions to get information about module (go list).

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetGoModPath added in v0.7.0

func GetGoModPath() (string, error)

GetGoModPath extracts go.mod path from "go env". Deprecated: use `goenv.GetOne(context.Background(), goenv.GOMOD)` instead.

func GetModulePath added in v0.7.0

func GetModulePath(ctx context.Context) (string, error)

GetModulePath extracts module path from go.mod.

Types

type ModInfo

type ModInfo struct {
	Path      string `json:"Path"`
	Dir       string `json:"Dir"`
	GoMod     string `json:"GoMod"`
	GoVersion string `json:"GoVersion"`
	Main      bool   `json:"Main"`
}

ModInfo Module information.

func GetModuleInfo

func GetModuleInfo(ctx context.Context) ([]ModInfo, error)

GetModuleInfo gets modules information from `go list`.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL