|
|
||
|---|---|---|
| LICENSE | ||
| README.md | ||
| appendframe.go | ||
| appendframe_test.go | ||
| appendframeimage.go | ||
| appendframeimage_test.go | ||
| appendframeinputtext.go | ||
| appendframeinputtext_test.go | ||
| appendframeposturl.go | ||
| appendframeposturl_test.go | ||
| buffersize.go | ||
| buttonactions.go | ||
| stringframe.go | ||
| stringframe_test.go | ||
| stringframeimage.go | ||
| stringframeimage_test.go | ||
| stringframeimageaspectratio.go | ||
| stringframeimageaspectratio_test.go | ||
| stringmetapropertycontent.go | ||
| stringmetapropertycontent_test.go | ||
| versions.go | ||
| writeframe.go | ||
| writeframe_test.go | ||
| writeframebutton1.go | ||
| writeframebutton1_test.go | ||
| writeframebutton1action.go | ||
| writeframebutton1action_test.go | ||
| writeframebutton1target.go | ||
| writeframebutton1target_test.go | ||
| writeframebutton2.go | ||
| writeframebutton2_test.go | ||
| writeframebutton2action.go | ||
| writeframebutton2action_test.go | ||
| writeframebutton2target.go | ||
| writeframebutton2target_test.go | ||
| writeframebutton3.go | ||
| writeframebutton3_test.go | ||
| writeframebutton3action.go | ||
| writeframebutton3action_test.go | ||
| writeframebutton3target.go | ||
| writeframebutton3target_test.go | ||
| writeframebutton4.go | ||
| writeframebutton4_test.go | ||
| writeframebutton4action.go | ||
| writeframebutton4action_test.go | ||
| writeframebutton4target.go | ||
| writeframebutton4target_test.go | ||
| writeframeimage.go | ||
| writeframeimage_test.go | ||
| writeframeimageaspectratio.go | ||
| writeframeimageaspectratio_test.go | ||
| writeframeinputtext.go | ||
| writeframeinputtext_test.go | ||
| writeframeposturl.go | ||
| writeframeposturl_test.go | ||
| writemetapropertycontent.go | ||
| writemetapropertycontent_test.go | ||
README.md
go-frameproto
Package frameproto provides tools for the Frame Protocol — which is also known as Farcaster Frames, for the Go programming language.
Documention
Online documentation, which includes examples, can be found at: http://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