Documentation
¶
Overview ¶
Package project implements tools for managing Go projects.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Params ¶
type Params struct {
//nolint:lll
Path string `json:"path" jsonschema:"Absolute target directory for the project. Always pass absolute paths in multi-root workspaces."`
ModulePath string `json:"module_path" jsonschema:"Go module path (e.g., github.com/user/repo)"`
Dependencies []string `json:"dependencies,omitempty" jsonschema:"Initial dependencies to install"`
}
Params defines the input parameters.
Click to show internal directories.
Click to hide internal directories.