Skip to content

Commit

Permalink
Rename zserge to sandro
Browse files Browse the repository at this point in the history
  • Loading branch information
sandro committed Jan 22, 2021
1 parent 871cc79 commit c0ef920
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/counter/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

package main

import "github.com/zserge/lorca"
import "github.com/sandro/lorca"

func main() {
// You can also run "npm build" or webpack here, or compress assets, or
Expand Down
2 changes: 1 addition & 1 deletion examples/counter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"runtime"
"sync"

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

// Go types that are bound to the UI must be thread-safe, because each binding
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/sandro/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/sandro/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/sandro/lorca

go 1.13

Expand Down

0 comments on commit c0ef920

Please sign in to comment.