style: format code

This commit is contained in:
Fu Diwei
2025-04-22 21:24:48 +08:00
parent 3189e65bad
commit f5807d215f
284 changed files with 466 additions and 527 deletions

View File

@@ -1,4 +1,4 @@
package certutil
package certutil
import (
"crypto/x509"

View File

@@ -1,4 +1,4 @@
package certutil
package certutil
import (
"crypto/ecdsa"

View File

@@ -1,4 +1,4 @@
package certutil
package certutil
import (
"encoding/pem"

View File

@@ -1,4 +1,4 @@
package certutil
package certutil
import (
"crypto"

View File

@@ -1,4 +1,4 @@
package certutil
package certutil
import (
"bytes"

View File

@@ -1,4 +1,4 @@
package fileutil
package fileutil
import (
"os"

View File

@@ -1,4 +1,4 @@
package maputil
package maputil
import (
"strconv"

View File

@@ -1,4 +1,4 @@
package maputil
package maputil
import (
mapstructure "github.com/go-viper/mapstructure/v2"

View File

@@ -1,4 +1,4 @@
package sliceutil
package sliceutil
// 创建给定切片一部分的浅拷贝,其包含通过所提供函数实现的测试的所有元素。
//

View File

@@ -1,4 +1,4 @@
package typeutil
package typeutil
import "reflect"