Skip to content
Snippets Groups Projects
Commit adb034d6 authored by 高辛格's avatar 高辛格
Browse files

new import clause for third-party package

parent 30fb7e5f
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,9 @@ import ( ...@@ -22,7 +22,9 @@ import (
"path/filepath" "path/filepath"
"runtime" "runtime"
"testing" "testing"
)
import (
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment