This repository has been archived on 2023-11-13. You can view files and clone it, but cannot push or open issues or pull requests.
imagini/internal/api/upload.go

10 lines
115 B
Go
Raw Normal View History

2021-01-16 22:00:17 +00:00
package api
import (
"net/http"
)
func (api *API) uploadHandler(w http.ResponseWriter, r *http.Request) {
}