7 lines
57 B
Go
Raw Normal View History

package server
func Main() {
app := New()
app.Run()
}