index
:
talk
master
just *talk* to people! a chat system that does one thing and does it right.
raven
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
main.go
blob: 6f753803a06275182fb720a95495034936d4a2bc (
plain
)
1
2
3
4
5
6
7
package main import "citrons.xyz/talk/server/server" func main() { server.Serve() }