Skip to content

Commit d062d40

Browse files
Apply suggestion from @another-rex
Co-authored-by: Rex P <[email protected]>
1 parent f614983 commit d062d40

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

go/osv/ecosystem/opam.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ type opamEcosystem struct {
2626
var _ Ecosystem = opamEcosystem{}
2727

2828
// Opam disables the Enumerable ecosystem interface as the record is pre-enumerated on import.
29+
// var _ Enumerable = opamEcosystem{}
2930
type githubContent struct {
3031
Name string `json:"name"`
3132
}

0 commit comments

Comments
 (0)