Skip to content

Commit ed78264

Browse files
committed
Fix example mappings
1 parent 3aceb55 commit ed78264

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

builder/builder.go

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

33
import (
4-
"github.com/devlights/try-golang/books"
54
"github.com/devlights/try-golang/effectivego"
65
"github.com/devlights/try-golang/examples/advanced"
76
"github.com/devlights/try-golang/examples/basic"
@@ -16,7 +15,6 @@ func BuildMappings() mappings.ExampleMapping {
1615
m.MakeMapping(
1716
advanced.NewRegister(),
1817
basic.NewRegister(),
19-
books.NewRegister(),
2018
effectivego.NewRegister(),
2119
tutorial.NewRegister(),
2220
)

0 commit comments

Comments
 (0)