Moved server packages to a separate folder
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
package server
|
||||
|
||||
// Main runs the main loop of the web server.
|
||||
func Main() {
|
||||
app := New()
|
||||
app.Run()
|
||||
|
Reference in New Issue
Block a user