mirror of https://github.com/v2ray/v2ray-core
parent
ac4f868078
commit
24288a74a2
@ -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