diff --git a/builder/symlink/symlink.go b/builder/symlink/symlink.go index 3dbb383..a49c255 100644 --- a/builder/symlink/symlink.go +++ b/builder/symlink/symlink.go @@ -16,14 +16,7 @@ type Package struct { ReplacedPath string `json:"replaced,omitempty"` } -// type Output struct { -// SchemaVersion int `json:"schema"` -// Mod map[string]*Package `json:"mod"` -// } - func main() { - - // var output Output sources := make(map[string]string) pkgs := make(map[string]*Package)