add comment
This commit is contained in:
		| @@ -1,5 +1,15 @@ | |||||||
|  | /*  | ||||||
|  | Server represents a server instance in go-micro which handles synchronous  | ||||||
|  | requests via handlers and asynchronous requests via subscribers that  | ||||||
|  | register with a broker. | ||||||
|  |  | ||||||
|  | The server combines the all the packages in go-micro to create a whole unit  | ||||||
|  | used for building applications including discovery, client/server communication  | ||||||
|  | and pub/sub. | ||||||
|  | */ | ||||||
| package server | package server | ||||||
|  |  | ||||||
|  |  | ||||||
| import ( | import ( | ||||||
| 	"os" | 	"os" | ||||||
| 	"os/signal" | 	"os/signal" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user