Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Remove cute error message
Browse files Browse the repository at this point in the history
Address issue #151
  • Loading branch information
hloeffler authored and adg committed Jan 30, 2017
1 parent 691a2d6 commit 76df5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/dep/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func isStdLib(path string) bool {
// TODO solve failures can be really creative - we need to be similarly creative
// in handling them and informing the user appropriately
func handleAllTheFailuresOfTheWorld(err error) {
fmt.Printf("ouchie, solve error: %s", err)
fmt.Printf("solve error: %s", err)
}

func writeFile(path string, in json.Marshaler) error {
Expand Down

0 comments on commit 76df5ce

Please sign in to comment.