package server import ( "fmt" ) func RunFrontEnd() { fmt.Print("hi") }