Skip to content

Commit 5b9e993

Browse files
committed
Fixing examples
1 parent eaf7f96 commit 5b9e993

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/basic-app/webserver/webserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package webserver
22

33
import (
4-
"basic-ap
4+
"basic-app/router"
55
"context"
66
"errors"
77
"fmt"

examples/reverse-proxy/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func main() {
7171
os.Exit(1)
7272
}
7373

74-
// Register the modules
74+
// Register the modules in dependency order
7575
app.RegisterModule(chimux.NewChiMuxModule())
7676
app.RegisterModule(reverseproxy.NewModule())
7777
app.RegisterModule(httpserver.NewHTTPServerModule())

0 commit comments

Comments
 (0)