matthewmueller/joy

Using a package/dependency manager

Open

#72 geöffnet am 15. Dez. 2017

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Go (34 Forks)github user discovery
enhancementfeature acceptedhelp wanted

Repository-Metriken

Stars
 (1.317 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Is just pulled the project and tried to run the tests. But then like most golang projects some dependencies are missing and I needed to manually pull them in like this.

all_test.go:16:2: cannot find package "github.com/sanity-io/litter" in any of:

It would be great if we could use a package/dependency manager like dep (which is going to be official) to manage dependencies and version them as it becomes easier for more people to work the this project and not have version clashes.

Contributor Guide