mirror of
				https://github.com/shazow/ssh-chat.git
				synced 2025-11-04 05:25:33 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			321 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			321 B
		
	
	
	
		
			Go
		
	
	
	
	
	
/*
 | 
						|
`chat` package is a server-agnostic implementation of a chat interface, built
 | 
						|
to be used as the backend for ssh-chat.
 | 
						|
 | 
						|
This package should not know anything about sockets. It should expose io-style
 | 
						|
interfaces and rooms for communicating with any method of transnport.
 | 
						|
 | 
						|
TODO: Add usage examples here.
 | 
						|
 | 
						|
*/
 | 
						|
 | 
						|
package chat
 |