File tree 2 files changed +0
-6
lines changed
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ var re = regexp.MustCompile("^([a-zA-Z0-9](?:[a-zA-Z0-9._\\- ]*[a-zA-Z0-9])?) *(
70
70
71
71
// ExtractDependenciesList extracts dependencies from the "depends" field of library.properties
72
72
func ExtractDependenciesList (depends string ) ([]* Dependency , error ) {
73
- // TODO: merge this method with metadata.IsValidDependency
74
73
deps := []* Dependency {}
75
74
depends = strings .TrimSpace (depends )
76
75
if depends == "" {
Original file line number Diff line number Diff line change @@ -27,11 +27,6 @@ Package metadata handles library.properties metadata.
27
27
The functions in this package helps on parsing/validation of
28
28
library.properties metadata. All metadata are parsed into a
29
29
LibraryMetadata structure.
30
-
31
- The source of may be any of the following:
32
- - a github.PullRequest
33
- - a github.RepositoryContent
34
- - a byte[]
35
30
*/
36
31
package metadata
37
32
You can’t perform that action at this time.
0 commit comments