# README
Saviynt External Connector Framework (ECF) in Go Tutorial
This is a tutorial and example app for the Saviynt ECF framework, go-saviyntecf
.
To run this service, use:
% git clone https://github.com/grokify/go-saviyntecf-tutorial
% cd go-saviyntecf-tutorial
% go run main.go
% curl -XPOST http://localhost:8080/api/v1/accounts
% curl -XPOST http://localhost:8080/api/v1/users --verbose
Further Reading
# Packages
No description provided by the author