From 7e7344f2c2c01a34e2da647f46753cd4ebb73a0c Mon Sep 17 00:00:00 2001 From: Bryan Richardson Date: Mon, 20 Jul 2020 13:46:26 -0700 Subject: [PATCH] Add Golang repo to execution frameworks README (#1013) Co-authored-by: Carrie Roberts --- execution-frameworks/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/execution-frameworks/README.md b/execution-frameworks/README.md index d15d9011..5d2c99ce 100644 --- a/execution-frameworks/README.md +++ b/execution-frameworks/README.md @@ -16,3 +16,9 @@ Surprise, this framework is written in Python. For detailed installation and usa ## Ruby Ruby version of the execution framework. + +## Golang + +go-atomicredteam is written in Golang, and [binaries](https://github.com/activeshadow/go-atomicredteam/releases) have been compiled for Windows, MacOS, and Linux. + +For detailed installation and usage instructions refer to the [README](https://github.com/activeshadow/go-atomicredteam) file. Note that this execution framework exists in a separate GitHub Repository [here](https://github.com/activeshadow/go-atomicredteam).