We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7414838 commit df2b08fCopy full SHA for df2b08f
internal/cli/feedback/result/rpc.go
@@ -256,7 +256,7 @@ type LibraryDependency struct {
256
VersionConstraint string `json:"version_constraint,omitempty"`
257
}
258
259
-func NewInstalledLibraryResult(l *rpc.InstalledLibrary) *InstalledLibrary {
+func NewInstalledLibrary(l *rpc.InstalledLibrary) *InstalledLibrary {
260
return &InstalledLibrary{
261
Library: NewLibrary(l.GetLibrary()),
262
Release: NewLibraryRelease(l.GetRelease()),
0 commit comments