gosimplenpm/handler/tar.go

10 lines
95 B
Go

package handler
import (
"net/http"
)
func Tar(w http.ResponseWriter, r *http.Request) {
}