Package frameproto provides tools for the Frame Protocol — which is also known as Farcaster Frames, for the Go programming language.
Go to file
Charles Iliya Krempeaux bb3de5464f initial commits 2024-02-13 08:48:47 -08:00
LICENSE initial commits 2024-02-13 06:39:30 -08:00
README.md initial commits 2024-02-13 06:39:30 -08:00
buffersize.go initial commits 2024-02-13 08:48:30 -08:00
writemetapropertycontent.go initial commits 2024-02-13 08:48:47 -08:00
writemetapropertycontent_test.go initial commits 2024-02-13 08:48:47 -08:00

README.md

go-frameproto

Package frameproto provides tools for the Frame Protocol — which is also known as Farcaster Frames.

Documention

Online documentation, which includes examples, can be found at: http://godoc.org/sourcecode.social/reiver/go-frameproto

GoDoc

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