👕 Fix the linter error

This commit is contained in:
M. Mert Yildiran
2023-08-12 03:36:01 +03:00
parent b7b3603e57
commit 742a56272b

View File

@@ -7,11 +7,6 @@ import (
"gopkg.in/yaml.v3"
)
const (
empty = ""
tab = "\t"
)
func PrettyYaml(data interface{}) (result string, err error) {
var marshalled []byte
marshalled, err = json.Marshal(data)