package main import ( "./server" "fmt" ) func main() { fmt.Print("Hello world\n") server.RunFrontEnd() }