package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jan 24, 2025
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
PKG_SEARCH_URL = "https://pkg.go.dev/search?m=package&%s"
)
RunGoGet is the same as RunGoInstall but it uses 'go get' instead of 'go install'.
Search searches and parses the results from pkg.go.dev and returns the first 25 results.
type Package struct {
Path string `json:"Path"`
Version string `json:"Version"`
Dir string `json:"Dir"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.