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