[WIP] [DNM] From scratch #5741
Annotations
2 errors and 1 warning
Verify goimports:
pkg/tar/tar_basic_test.go#L1
Please run goimports.
diff --git a/pkg/tar/tar_basic_test.go b/pkg/tar/tar_basic_test.go
index 9a5404b..0e7a7d9 100644
--- a/pkg/tar/tar_basic_test.go
+++ b/pkg/tar/tar_basic_test.go
@@ -7,7 +7,7 @@ import (
"os"
"path/filepath"
"testing"
-
+
tarutil "knative.dev/func/pkg/tar"
)
|
Verify goimports
Process completed with exit code 1.
|
Set up Go
Restore cache failed: Dependencies file is not found in /home/runner/work/func/func. Supported file pattern: go.sum
|
Loading