MCPcopy Create free account
hub / github.com/Masterminds/glide / buildPaths

Function buildPaths

action/rebuild.go:81–89  ·  view source on GitHub ↗
(paths []string)

Source from the content-addressed store, hash-verified

79}
80
81func buildPaths(paths []string) error {
82 for _, path := range paths {
83 if err := buildPath(path); err != nil {
84 return err
85 }
86 }
87
88 return nil
89}
90
91func buildPath(path string) error {
92 msg.Info("Running go build %s\n", path)

Callers 1

buildDepFunction · 0.85

Calls 1

buildPathFunction · 0.85

Tested by

no test coverage detected