Versions in this module Expand all Collapse all v1 v1.0.0 May 17, 2024 Changes in this version + type Client struct + func New(cfg *Config) *Client + func (c *Client) Tweet(ctx context.Context, msg string) error + type Config struct + APIKey string + APIKeySecret string + AccessToken string + AccessTokenSecret string + Debug bool