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 44422f9 commit fef58a8Copy full SHA for fef58a8
examples/http/01.basic/handler/main.go
@@ -5,7 +5,7 @@ import (
5
"log"
6
"net/http"
7
8
- "github.com/devlights/try-golang/examples/http/basic/handler/index"
+ "github.com/devlights/try-golang/examples/http/01.basic/handler/index"
9
)
10
11
var (
examples/testing/05.short_feature/lib/lib_test.go
@@ -3,7 +3,7 @@ package lib_test
3
import (
4
"testing"
- "github.com/devlights/try-golang/examples/testing/short_feature/lib"
+ "github.com/devlights/try-golang/examples/testing/05.short_feature/lib"
func TestAdd(t *testing.T) {
0 commit comments