package regio43 import ( "net/http" ) func InitHttpHandlers() { http.HandleFunc("/regio43/", trains) }