craban/server/api/user.go

10 lines
107 B
Go
Raw Normal View History

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