9 lines
107 B
Go
9 lines
107 B
Go
package api
|
|
|
|
import (
|
|
"net/http"
|
|
)
|
|
|
|
func (a *API) CreateUser(w http.ResponseWriter, r *http.Request) {
|
|
|
|
}
|