notify.moe/main.go

10 lines
103 B
Go
Raw Permalink Normal View History

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