fix: enable gofumpt instead of gofmt linter in server

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
Matthieu MOREL
2024-11-27 07:22:36 +01:00
parent 2abb334103
commit 69efe31ea0
61 changed files with 365 additions and 293 deletions

View File

@ -27,7 +27,7 @@ import (
var errors = map[int]string{
// command related errors
EcodeKeyNotFound: "Key not found",
EcodeTestFailed: "Compare failed", //test and set
EcodeTestFailed: "Compare failed", // test and set
EcodeNotFile: "Not a file",
ecodeNoMorePeer: "Reached the max number of peers in the cluster",
EcodeNotDir: "Not a directory",