mirror of https://github.com/v2ray/v2ray-core
Darien Raymond
6 years ago
11 changed files with 48 additions and 50 deletions
@ -1,10 +0,0 @@
|
||||
package compare |
||||
|
||||
import "v2ray.com/core/common/errors" |
||||
|
||||
func StringEqualWithDetail(a string, b string) error { |
||||
if a != b { |
||||
return errors.New("Got ", b, " but want ", a) |
||||
} |
||||
return nil |
||||
} |
Loading…
Reference in new issue