Documentation ¶
Index ¶
Constants ¶
View Source
const ( CSharpExtension = "csproj" FSharpExtension = "fsproj" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Project ¶
type Project struct { PropertyGroup struct { TargetFramework string `xml:"TargetFramework,omitempty"` } `xml:"PropertyGroup,omitempty"` }
type Recommender ¶
type Recommender struct {
SrcDir string
}
func (*Recommender) IsRelevant ¶
func (r *Recommender) IsRelevant() bool
func (*Recommender) Packages ¶
func (r *Recommender) Packages() []string
Click to show internal directories.
Click to hide internal directories.