https://github.com/Freshman-tech/file-upload
https://github.com/Freshman-tech/file-upload
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/Freshman-tech/file-upload
- Owner: Freshman-tech
- License: mit
- Created: 2020-10-14T08:27:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-23T10:56:29.000Z (over 5 years ago)
- Last Synced: 2024-11-04T13:37:26.268Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 39
- Watchers: 3
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to process file uploads in Go
This repo contains the complete code used in [this Freshman
tutorial](https://freshman.tech/file-upload-golang/). Clone this repo to your
computer and run `go run main.go` to start the server on PORT 4500.