Remove fullstop from error message
This commit is contained in:
parent
b9233ce966
commit
c997f89a2a
1 changed files with 1 additions and 1 deletions
|
@ -71,5 +71,5 @@ type KVError struct {
|
||||||
|
|
||||||
// Error returns the string representation of the error.
|
// Error returns the string representation of the error.
|
||||||
func (e *KVError) Error() string {
|
func (e *KVError) Error() string {
|
||||||
return fmt.Sprintf("Database record already exists.")
|
return fmt.Sprintf("Database record already exists")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue