viper-app/pkg/error_test.go

12 lines
138 B
Go
Raw Normal View History

2023-02-03 16:18:31 +08:00
package pkg
import (
"testing"
)
func TestWarpErrs(t *testing.T) {
t.Run("empty errs", func(t *testing.T) {
t.Log(WarpErrs())
})
}