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 3aceb55 commit ed78264Copy full SHA for ed78264
builder/builder.go
@@ -1,7 +1,6 @@
1
package builder
2
3
import (
4
- "github.com/devlights/try-golang/books"
5
"github.com/devlights/try-golang/effectivego"
6
"github.com/devlights/try-golang/examples/advanced"
7
"github.com/devlights/try-golang/examples/basic"
@@ -16,7 +15,6 @@ func BuildMappings() mappings.ExampleMapping {
16
15
m.MakeMapping(
17
advanced.NewRegister(),
18
basic.NewRegister(),
19
- books.NewRegister(),
20
effectivego.NewRegister(),
21
tutorial.NewRegister(),
22
)
0 commit comments