package main import ( "fmt" ) func main() { fmt.Println("Hello world!") s := Server{ port: ":3000", } s.serve() }