module
0.0.0-20240514220651-979e420b4c9e
Repository: https://github.com/delta10/filter-proxy.git
Documentation: pkg.go.dev
# README
Filter proxy
This is a HTTP proxy for JSON responses with filtering capacilities.
Make a new release
To make a new release, create a new tag and push it to the repository:
git checkout main
git tag -a 0.3.2 -m "0.3.2"
git push origin 0.3.2
The GitHub action will automatically create a release and attach the binaries to it.
# Packages
No description provided by the author