diff --git a/examples/counter/main.go b/examples/counter/main.go index 8aa272d..e6c9268 100644 --- a/examples/counter/main.go +++ b/examples/counter/main.go @@ -11,7 +11,7 @@ import ( "runtime" "sync" - "github.com/zserge/lorca" + "github.com/lishimeng/lorca" ) //go:embed www diff --git a/examples/hello/main.go b/examples/hello/main.go index 07589db..15c9453 100644 --- a/examples/hello/main.go +++ b/examples/hello/main.go @@ -4,7 +4,7 @@ import ( "log" "net/url" - "github.com/zserge/lorca" + "github.com/lishimeng/lorca" ) func main() { diff --git a/examples/stopwatch/main.go b/examples/stopwatch/main.go index a87b823..40669f9 100644 --- a/examples/stopwatch/main.go +++ b/examples/stopwatch/main.go @@ -7,7 +7,7 @@ import ( "sync/atomic" "time" - "github.com/zserge/lorca" + "github.com/lishimeng/lorca" ) func main() { diff --git a/go.mod b/go.mod index 56f9a04..e02f5ec 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/zserge/lorca +module github.com/lishimeng/lorca go 1.16