rename eventbus package. (#4)

This commit is contained in:
Raúl Kripalani
2019-06-19 16:55:25 +01:00
committed by GitHub
parent 131418619d
commit fe6d9d1489
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
package event
package eventbus
import (
"errors"

View File

@@ -1,4 +1,4 @@
package event
package eventbus
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package event
package eventbus
import (
"errors"