go-test / deep

Golang deep variable equality test that returns human-readable differences
MIT License
751 stars 54 forks source link

remove the log.SetFlags(log.Lshortfile). #8

Closed bughou closed 6 years ago

bughou commented 6 years ago

don't change the standard log behavior in a library.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 4eecab5064f44d8d8c9fd38529e03531317a4852 on bughou:patch-1 into f49763a6ea0a91026be26f8213bebee726b4185f on go-test:master.

mibk commented 6 years ago

@bughou Can you please squash these commits?

daniel-nichter commented 6 years ago

Agreed, this pkg shouldn't interfere with the caller's core pkg changes. I'll squash-and-merge.