We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 079ec29 commit 307ea43Copy full SHA for 307ea43
examples/testing/testing_short_feature/lib/lib_test.go
@@ -3,7 +3,7 @@ package lib_test
3
import (
4
"testing"
5
6
- "github.com/devlights/try-golang/examples/singleapp/testing_short_feature/lib"
+ "github.com/devlights/try-golang/examples/testing/testing_short_feature/lib"
7
)
8
9
func TestAdd(t *testing.T) {
0 commit comments