gomon

command module
v0.0.0-...-a536a99 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2024 License: MIT Imports: 8 Imported by: 0

README

gomon

Make changes to your go http server without having to shutdown and rerun the program each time


gopher database

Preview

  • Automatic updates when making changes to your api 🚀

  • Built for the net/http standard package 🔥

Installation

Homebrew (in progress)
Manual installation
git clone https://github/eliasuran/gomon@latest
cd gomon
go install

Run the program

gomon "path to dir with http server"

Usage

gomon "path/to/dir/with/main.go/file"
  • Run gomon and point to a directory containing a main.go file (currently only works with main.go files, working on fix)

  • Gomon will build a binary and run it. When you make changes, it will automatically build a new binary with the latest changes.

  • If it encounters an error, it will stay on the latest working version until the error is resolved.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL