split the vendor and the package
This commit is contained in:
4
main.go
4
main.go
@@ -295,7 +295,11 @@ func upload() http.Handler {
|
||||
})
|
||||
}
|
||||
|
||||
func createPackageAndRename() http.Handler{
|
||||
return http.HandlerFunc(func(res http.ResponseWriter, req *http.Request){
|
||||
|
||||
})
|
||||
}
|
||||
// index creates an HTTP handler that serves the main page with data from the database.
|
||||
// sqldb: The database connection object.
|
||||
// lang: The language code to localize the content.
|
||||
|
Reference in New Issue
Block a user