up
Simple HTTP server.
Hacking
Running locally
$ git clone git@github.com/sangupta/up.git
$ cd up
$ go buildRelease
To build a production mode binary, use the following command:
$ go build -ldflags="-s -w" main.go
$ upx --best -k ./upLicense
MIT License. Copyright (c) 2022, Sandeep Gupta.
On this page
Contributors
Latest Release
v0.1.0March 22, 2023MIT License
Created September 9, 2022
Updated September 9, 2022