Skip to content

Commit ca980d8

Browse files
committed
Move (gotour and effectivego) into examples dir
1 parent 3d878e8 commit ca980d8

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

internal/effectivego/effectivego01/effectivego_01_introduction.go renamed to internal/examples/effectivego/effectivego01/effectivego_01_introduction.go

File renamed without changes.

internal/effectivego/effectivego02/effectivego_02_formatting.go renamed to internal/examples/effectivego/effectivego02/effectivego_02_formatting.go

File renamed without changes.

internal/effectivego/effectivego03/effectivego_03_commentary.go renamed to internal/examples/effectivego/effectivego03/effectivego_03_commentary.go

File renamed without changes.

internal/effectivego/effectivego04/effectivego_04_names.go renamed to internal/examples/effectivego/effectivego04/effectivego_04_names.go

File renamed without changes.

internal/effectivego/effectivego05/effectivego_05_semicolons.go renamed to internal/examples/effectivego/effectivego05/effectivego_05_semicolons.go

File renamed without changes.

internal/effectivego/effectivego06/effectivego_06_control_structure.go renamed to internal/examples/effectivego/effectivego06/effectivego_06_control_structure.go

File renamed without changes.

internal/effectivego/effectivego07/effectivego_07_functions.go renamed to internal/examples/effectivego/effectivego07/effectivego_07_functions.go

File renamed without changes.

internal/effectivego/effectivego08/effectivego_08_defer.go renamed to internal/examples/effectivego/effectivego08/effectivego_08_defer.go

File renamed without changes.

0 commit comments

Comments
 (0)