/gin-upload-example

Example code of using gin to handle file uploading

Primary LanguageGoMIT LicenseMIT

gin-upload-example

Build Status

gin-upload-example is an example of using gin to handle file uploading.

Dependencies

  • gin

    go get -u github.com/gin-gonic/gin
    
  • pathhelper

    go get -u github.com/northbright/pathhelper
    

License