Skip to content

Api package for server os that works with zip files (WWW - Work With Zip Files)

Notifications You must be signed in to change notification settings

Blade-Space/api-wwz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wwf - working with files 📃

Package for working with files

import to progect

package main

import (
  wwf "api/wwf/routes"

  "github.com/gin-gonic/gin"
)

func main() {
  r := gin.Default()

  api := r.Group("/api/wwz")
  wwf.RegisterRoutes(api)

  r.Run(":3000")
}

Zip methods

  • api/zip -> ZipFilesHendler
  • api/unzip -> UnZipHendler

About

Api package for server os that works with zip files (WWW - Work With Zip Files)

Topics

Resources

Stars

Watchers

Forks

Languages