chat/chat.go
stephen mcquay fda6a98f79 initial chat server working
must send messages over javascript console for now
2015-04-05 15:00:11 -07:00

4 lines
133 B
Go

package chat
const Format = "%{time:2006-01-02 15:04:05.0000} %{id:03x} %{color}%{shortfile} %{longfunc}:%{color:reset} %{message}"