10 lines
103 B
Go
Raw Normal View History

2016-11-09 20:32:19 +09:00
package main
import (
"github.com/animenotifier/notify.moe/server"
2016-11-09 20:32:19 +09:00
)
func main() {
server.Main()
2016-11-09 20:32:19 +09:00
}