Skip to content

Commit

Permalink
bug: in mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhnajafiz committed Sep 19, 2022
1 parent 331d368 commit 5a1402d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/client/multi-subscribe/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"log"
"time"

"github.com/amirhnajafiz/stallion"
"github.com/official-stallion/stallion"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion example/client/simple-publish/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"time"

"github.com/amirhnajafiz/stallion"
"github.com/official-stallion/stallion"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion example/server/main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

import "github.com/amirhnajafiz/stallion"
import "github.com/official-stallion/stallion"

func main() {
if err := stallion.NewServer(":9090"); err != nil {
Expand Down

0 comments on commit 5a1402d

Please sign in to comment.