dqname_widnows.go】的更多相关文章

package nsqd // On Windows, file names cannot contain colons. func getBackendName(topicName, channelName string) string {     // backend names, for uniqueness, automatically include the topic... <topic>;<channel>     backendName := topicName +…