fix typo
This commit is contained in:
		
							parent
							
								
									6e5d77352c
								
							
						
					
					
						commit
						c9ca8e5beb
					
				| 
						 | 
					@ -36,7 +36,7 @@ func Connect(uri, password string) error {
 | 
				
			||||||
		return err
 | 
							return err
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	fmt.Printf("⚡️[natsio]: connected to %s \n", uri)
 | 
						fmt.Printf("⚡️[redis]: connected to %s \n", uri)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	return nil
 | 
						return nil
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue