Documentation
¶
Overview ¶
Package goversion resolves and validates the Go source language version for one project path without invoking the Go command.
Index ¶
Constants ¶
View Source
const ( // Minimum is the oldest source language supported by this Gox release line. Minimum = "go1.25" // Maximum is the newest source language supported by this Gox release line. Maximum = "go1.26" // Default applies when no project language directive is available. Default = Maximum )
Variables ¶
This section is empty.
Functions ¶
func IsFilesystemError ¶
IsFilesystemError reports whether resolving the source version failed while inspecting or reading the filesystem rather than because of project policy.
Types ¶
Click to show internal directories.
Click to hide internal directories.