2024-02-13 14:39:30 +00:00
|
|
|
# go-frameproto
|
|
|
|
|
2024-02-13 16:51:16 +00:00
|
|
|
Package **frameproto** provides tools for the **Frame Protocol** — which is also known as **Farcaster Frames**, for the Go programming language.
|
2024-02-13 14:39:30 +00:00
|
|
|
|
|
|
|
## Documention
|
|
|
|
|
|
|
|
Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-frameproto
|
|
|
|
|
|
|
|
[![GoDoc](https://godoc.org/sourcecode.social/reiver/go-frameproto?status.svg)](https://godoc.org/sourcecode.social/reiver/go-frameproto)
|
|
|
|
|
|
|
|
## Import
|
|
|
|
|
|
|
|
To import package **frameproto** use `import` code like the follownig:
|
|
|
|
```
|
|
|
|
import "sourcecode.social/reiver/go-frameproto"
|
|
|
|
```
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
To install package **frameproto** do the following:
|
|
|
|
```
|
|
|
|
GOPROXY=direct go get https://sourcecode.social/reiver/go-frameproto
|
|
|
|
```
|
|
|
|
|
|
|
|
## Author
|
|
|
|
|
|
|
|
Package **frameproto** was written by [Charles Iliya Krempeaux](http://changelog.ca)
|