package System import ( "github.com/SommerEngineering/Ocean/WebServer" ) func StartAndBlockForever() { WebServer.Start() }