Skip to content

Commit 5823ebe

Browse files
authored
Merge pull request #399 from devlights/mv-gotour-and-effecrtivego-to-examples
Move (gotour and effectivego) into examples dir
2 parents 3d878e8 + ca980d8 commit 5823ebe

File tree

64 files changed

+108
-108
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+108
-108
lines changed

internal/builder/builder.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package builder
22

33
import (
4-
"github.com/devlights/try-golang/internal/effectivego"
54
"github.com/devlights/try-golang/internal/examples/advanced"
65
"github.com/devlights/try-golang/internal/examples/basic"
7-
"github.com/devlights/try-golang/internal/gotour"
6+
"github.com/devlights/try-golang/internal/examples/effectivego"
7+
"github.com/devlights/try-golang/internal/examples/gotour"
88
"github.com/devlights/try-golang/pkg/mappings"
99
)
1010

File renamed without changes.

0 commit comments

Comments
 (0)