index
:
talk
master
fork of https://git.citrons.xyz/talk/
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
()
}