GitHunt
SA

Simple HTTP server

up

Simple HTTP server.

Hacking

Running locally

$ git clone git@github.com/sangupta/up.git
$ cd up
$ go build

Release

To build a production mode binary, use the following command:

$ go build -ldflags="-s -w" main.go
$ upx --best -k ./up

License

MIT License. Copyright (c) 2022, Sandeep Gupta.

Contributors

Latest Release

v0.1.0March 22, 2023
MIT License
Created September 9, 2022
Updated September 9, 2022