package main import ( "net/http" ) const apiV1Prefix = "/api1/" func apiV1Main(http.ResponseWriter, *http.Request) { }