Back to Integrations

Vadyl + Go

Build simple, secure, scalable systems with Go and Vadyl.

go get github.com/vadyl/vadyl-go
Strongly Typed
Goroutine Safe
Zero Dependencies

Implementation Guide

1

Connect

Create a new client instance.

import "github.com/vadyl/vadyl-go"

client := vadyl.NewClient(os.Getenv("VADYL_URL"), os.Getenv("VADYL_KEY"), nil)

Ready to build with Go?