Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
lishimeng committed Dec 10, 2024
1 parent b8cf50a commit df85760
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/counter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"runtime"
"sync"

"github.com/zserge/lorca"
"github.com/lishimeng/lorca"
)

//go:embed www
Expand Down
2 changes: 1 addition & 1 deletion examples/hello/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"log"
"net/url"

"github.com/zserge/lorca"
"github.com/lishimeng/lorca"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion examples/stopwatch/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"sync/atomic"
"time"

"github.com/zserge/lorca"
"github.com/lishimeng/lorca"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/zserge/lorca
module github.com/lishimeng/lorca

go 1.16

Expand Down

0 comments on commit df85760

Please sign in to comment.