Documentation ¶
Index ¶
Constants ¶
View Source
const ( MaxUintConst = ^uint(0) MinUintConst = 0 MaxIntConst = int(MaxUintConst >> 1) MinIntConst = -MaxIntConst - 1 )
Variables ¶
This section is empty.
Functions ¶
func MakeSliceInt ¶
func MaxIntSlice ¶
func MinIntSlice ¶
Types ¶
type LinkPreview ¶
type LinkPreview struct { Title string `json:"title"` Description string `json:"description"` ImageUrl string `json:"image_url"` // TODO }
func ParseLink ¶
func ParseLink(url string) (*LinkPreview, error)
Click to show internal directories.
Click to hide internal directories.