Moved server packages to a separate folder

This commit is contained in:
2019-11-18 18:39:59 +09:00
parent db366360c7
commit f3c14a4ed6
37 changed files with 28 additions and 23 deletions

View File

@ -1,5 +1,6 @@
package server
// Main runs the main loop of the web server.
func Main() {
app := New()
app.Run()