Improved error messages
This commit is contained in:
parent
2b28627e58
commit
7ab2ff6627
7 changed files with 46 additions and 43 deletions
12
format.go
Normal file
12
format.go
Normal file
|
@ -0,0 +1,12 @@
|
|||
package assert
|
||||
|
||||
const formatOneParameter = `
|
||||
%s
|
||||
assert.%s
|
||||
%v`
|
||||
|
||||
const formatTwoParameters = `
|
||||
%s
|
||||
assert.%s
|
||||
%v
|
||||
%v`
|
Loading…
Add table
Add a link
Reference in a new issue