# Activity Streams vocabulary for Go [![MIT Licensed](https://img.shields.io/github/license/go-ap/activitystreams.svg)](https://raw.githubusercontent.com/go-ap/activitystreams/master/LICENSE) [![Build Status](https://builds.sr.ht/~mariusor/activitystreams.svg)](https://builds.sr.ht/~mariusor/activitystreams) [![Test Coverage](https://img.shields.io/codecov/c/github/go-ap/activitystreams.svg)](https://codecov.io/gh/go-ap/activitystreams) [![Go Report Card](https://goreportcard.com/badge/github.com/go-ap/activitystreams)](https://goreportcard.com/report/github.com/go-ap/activitystreams) Basic package for using [activity pub](https://www.w3.org/TR/activitypub/#Overview) API in Go. Please see issue [#1](https://github.com/go-ap/activitypub.go/issues/1) before considering this project for real life applications. ## Usage ```go import "github.com/go-ap/activitystreams" ```