builder/symlink.go: Remove commented code

This commit is contained in:
adisbladis 2022-08-24 09:37:23 +08:00
parent f3314213be
commit 4141b461c4

View file

@ -16,14 +16,7 @@ type Package struct {
ReplacedPath string `json:"replaced,omitempty"` ReplacedPath string `json:"replaced,omitempty"`
} }
// type Output struct {
// SchemaVersion int `json:"schema"`
// Mod map[string]*Package `json:"mod"`
// }
func main() { func main() {
// var output Output
sources := make(map[string]string) sources := make(map[string]string)
pkgs := make(map[string]*Package) pkgs := make(map[string]*Package)