Versions in this module Expand all Collapse all v0 v0.0.2 Oct 7, 2024 v0.0.1 Oct 6, 2024 Changes in this version + type GitHubSDK struct + Client *httpclient.Client + func New() GitHubSDK + func NewWithClient(c *httpclient.Client) GitHubSDK + func (g GitHubSDK) GetUserByUsername(ctx context.Context, username string) (User, error) + type User struct + Bio string + Blog string + CreatedAt time.Time + ID int + Login string + Name string