Documentation ¶ Index ¶ func Getbio(userid int) string func GetbioWithCheck(userid int) string type UserInfo Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Getbio ¶ func Getbio(userid int) string func GetbioWithCheck ¶ func GetbioWithCheck(userid int) string Types ¶ type UserInfo ¶ type UserInfo struct { Description string `json:"description"` Created time.Time `json:"created"` IsBanned bool `json:"isBanned"` ID int `json:"id"` Name string `json:"name"` } Source Files ¶ View all Source files getbio.go Click to show internal directories. Click to hide internal directories.