mirror of
https://github.com/sigmasternchen/wikitil
synced 2025-03-16 00:29:03 +00:00
7 lines
117 B
Go
7 lines
117 B
Go
![]() |
package twitter
|
||
|
|
||
|
func Tweet(content string) error {
|
||
|
_, _, err := client.Statuses.Update(content, nil)
|
||
|
return err
|
||
|
}
|