ShareX uploader but in Go so it's very fast
I made this as part of learning Go, so it's probably bad code. I don't recommend running it in production.
- Install Go and all dependencies
- Rename .env.example to .env and change info
- Either run the server with
go run main.go
or build withgo build main.go
and run the binary