Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.5 KB

File metadata and controls

32 lines (20 loc) · 1.5 KB

Go client for Presidio

Go-all

This is an unofficial Go client for Presidio, the open source PII detection and anonymization tool. If you are running Presidio in your environment, you can use this client to access its REST services using Go.

Usage examples can be found in the samples folder, and in unit tests.

Building the client

Open src in VSCode (dev container) and run make all from the terminal.

Running the samples

Open samples in VSCode (dev container); each sample is in a separate directory and you can run it from there; e.g., for the basic sample, go to the terminal and type

cd ./basic
go run main.go

Tools and libraries

Feedback

Share your feedback about the client by opening an issue or opening a PR.