mirror of
https://github.com/flavioribeiro/donut.git
synced 2025-10-05 06:56:50 +08:00
8 lines
97 B
Go
8 lines
97 B
Go
package handlers
|
|
|
|
import "net/http"
|
|
|
|
func MediaInfo(w http.ResponseWriter, r *http.Request) {
|
|
|
|
}
|