mirror of
https://github.com/eventials/goevents.git
synced 2025-04-29 13:49:26 +08:00
fix fmt
This commit is contained in:
parent
c9d10314ce
commit
91c08aca67
@ -108,7 +108,7 @@ func (c *consumer) Close() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (c *consumer) uniqueNameWithPrefix() string {
|
func (c *consumer) uniqueNameWithPrefix() string {
|
||||||
return fmt.Sprint("%s%d", c.config.PrefixName, time.Now().UnixNano())
|
return fmt.Sprintf("%s%d", c.config.PrefixName, time.Now().UnixNano())
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *consumer) setupTopology() error {
|
func (c *consumer) setupTopology() error {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user