👕 Fix the linter error

This commit is contained in:
M. Mert Yildiran 2023-08-12 03:36:01 +03:00
parent b7b3603e57
commit 742a56272b
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461

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)