Refactor a few more method names

This commit is contained in:
Justin Li
2013-08-13 02:38:00 -04:00
parent 4d21473a02
commit b88c4d4de1
4 changed files with 9 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ import (
zmq "github.com/alecthomas/gozmq"
)
func (s *Server) publish() {
func (s *Server) publishQueue() {
context, err := zmq.NewContext()
if err != nil {
panic(err)