gosimplenpm/handler/publish.go

10 lines
99 B
Go

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