package server import "log" func Serve() { log.Println("hello") }