package main import ( "fmt" "github.com/oscarmlage/wikingo/server" ) func main() { fmt.Println("Hola mundo") server.Serve() }