Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 491 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 491 Bytes

A simple golang app which intercepts all backend calls and can replace responses

How to use

  1. Run app: "go run main.go"

  2. Point your client to your own machine port 8080 (http://10.0.2.2:8080 on Android)

  3. All responses will be saved in a folder called 'output'. If you want to override a response, put it in the folder 'override' (same format as in the 'output' folder)

  4. To change the host, modify the HOST variable in main.go.

Installing Go

brew install go