Go SDK (v0.41.1)
Introduction
Overview of the WriftAI Go library and installation guide
The WriftAI Go library provides convenient access to WriftAI's services from applications written in Go.
Source Code
The WriftAI Go Client is open‑source. You can explore the codebase, track changes, or report issues using the links below:
- Repository: https://github.com/wriftai/wriftai-go
- Issues: https://github.com/wriftai/wriftai-go/issues
- Releases: https://github.com/wriftai/wriftai-go/releases
Requirements
- Go 1.24+
Installation
Use go get to install the package:
go get -u github.com/wriftai/wriftai-goInclude the package in your project:
import "github.com/wriftai/wriftai-go"