Skip to content

Commit

Permalink
changed module
Browse files Browse the repository at this point in the history
  • Loading branch information
stanipetrosyan committed Sep 12, 2023
1 parent d9c6c93 commit 24b8672
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/StaniPetrosyan/go-eventbus)](https://goreportcard.com/report/github.com/StaniPetrosyan/go-eventbus)
[![Go Reference](https://pkg.go.dev/badge/github.com/StaniPetrosyan/go-eventbus.svg)](https://pkg.go.dev/github.com/StaniPetrosyan/go-eventbus)
![workflow](https://github.com/StaniPetrosyan/go-eventbus/actions/workflows/test.yml/badge.svg)

# EventBus for Golang
Expand Down
2 changes: 1 addition & 1 deletion examples/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"sync"
"time"

goeventbus "github.com/StaniPetrosyan/go-eventbus"
goeventbus "github.com/stanipetrosyan/go-eventbus"
)

var eventbus = goeventbus.NewEventBus()
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/StaniPetrosyan/go-eventbus
module github.com/stanipetrosyan/go-eventbus

go 1.21

Expand Down

0 comments on commit 24b8672

Please sign in to comment.