GostMan is a lightweight and easy-to-use REST API client written in Go.
REST Compatible, supports GET, POST, PUT, PATCH, DELETE methods. Supports customizable headers and query parameters. Lightweight and easy to use.
- Clone the repositiory
git clone https://github.com/DarkMatter-999/GostMan.git
cd GostMan
- Install Dependencies
go mod tidy
- Build the Executable
go build -o gostman main.go
- Usage You can now use the gostman binary to interact with REST APIs.