Categorygithub.com/nikogura/debugserver
modulepackage
0.0.0-20240201184333-996cf8058226
Repository: https://github.com/nikogura/debugserver.git
Documentation: pkg.go.dev

# README

debugserver

Very simple HTTP server for debugging clients that don't always do what their doc say they do.

Installation

go get github.com/nikogura/debugserver

Usage

Standard port 8888

debugserver

Custom port via flags:

debugserver -p 8989

Custom port via args:

debugserver 9999

# Packages

Copyright © 2020 NAME HERE <EMAIL ADDRESS> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.