feat(tools): add dylib-tree tool to list/filter linked dynamic libraries

This commit is contained in:
2021-05-17 01:14:46 +01:00
parent 56d9178919
commit ee642683c4
4 changed files with 255 additions and 2 deletions

View File

@@ -6,8 +6,6 @@ import (
"gopkg.in/yaml.v3"
)
type ReleaseType string
type Release struct {
Name string `yaml:"name"`
Title string `yaml:"title,omitempty"`