Skip to content
/ godiff Public

A port of my toy project, once written in rust, now rewritten to Golang. A Tool for diffing the json output between two microservices, and a small http client at that

Notifications You must be signed in to change notification settings

lorow/godiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

Godiff is basically a simple tool for debugging two requests side by side. It's a very specific tool for a very specific use case - testing requests and comparing the output.

[todo write more about it]

How to debug?

Since we're using bubbletea as the TUI framework, debugging is a bit awkward. The general idea is to build the binary with all debug flags enabled, run it and then attach to the running process with a debugger

go build -gcflags="all=-N -l" -o godiff.exe && ./godiff.exe

About

A port of my toy project, once written in rust, now rewritten to Golang. A Tool for diffing the json output between two microservices, and a small http client at that

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages