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/routes/users.go

14 lines
167 B
Go
Raw Normal View History

2021-01-06 19:36:09 +00:00
package routes
import (
"net/http"
)
func usersHandler(w http.ResponseWriter, r *http.Request) {
2021-01-10 00:44:02 +00:00
}
func meHandler(w http.ResponseWriter, r *http.Request) {
2021-01-06 19:36:09 +00:00
}