mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-14 00:51:12 +03:00
Remove ToString0[T] usage to fix golangci-lint
This commit is contained in:
@@ -45,7 +45,7 @@ func formatConfiguration(cmd *cobra.Command, args []string) {
|
||||
os.Stdout.WriteString(buffer.String() + "\n")
|
||||
return
|
||||
}
|
||||
if bytes.Compare(configContent, buffer.Bytes()) == 0 {
|
||||
if !bytes.Equal(configContent, buffer.Bytes()) {
|
||||
return
|
||||
}
|
||||
output, err := os.Create(configPath)
|
||||
|
||||
Reference in New Issue
Block a user