Improved error messages

This commit is contained in:
Eduard Urbach 2023-07-10 11:36:17 +02:00
parent 2b28627e58
commit 7ab2ff6627
Signed by: eduard
GPG key ID: 49226B848C78F6C8
7 changed files with 46 additions and 43 deletions

12
format.go Normal file
View file

@ -0,0 +1,12 @@
package assert
const formatOneParameter = `
%s
󰅙 assert.%s
󰯬 %v`
const formatTwoParameters = `
%s
󰅙 assert.%s
󰯬 %v
󰯯 %v`