jlelse
/
jsonpub
Archived
1
Fork 0
This repository has been archived on 2020-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
jsonpub/main.go

8 lines
63 B
Go

package main
func main() {
Setup()
SetupActors()
Serve()
}