Skip to content

Commit 112274f

Browse files
committed
docs: align re-export snippet style
1 parent 0b08da4 commit 112274f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/guides/modules.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,6 @@ Rules:
179179
A module can re-export tokens it can already access by listing them in its own `Exports`. This is useful for passing through shared dependencies or creating a public facade.
180180

181181
```go
182-
import "fmt"
183-
184182
type UsersModule struct {
185183
db *DatabaseModule
186184
}

0 commit comments

Comments
 (0)