package api import ( "net/http" ) func (a *API) CreateUser(w http.ResponseWriter, r *http.Request) { }