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

Commit 76df5ce

Browse files
hloeffleradg
authored andcommitted
Remove cute error message
Address issue #151
1 parent 691a2d6 commit 76df5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/dep/init.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ func isStdLib(path string) bool {
196196
// TODO solve failures can be really creative - we need to be similarly creative
197197
// in handling them and informing the user appropriately
198198
func handleAllTheFailuresOfTheWorld(err error) {
199-
fmt.Printf("ouchie, solve error: %s", err)
199+
fmt.Printf("solve error: %s", err)
200200
}
201201

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

0 commit comments

Comments
 (0)