# Packages
Package buildinfo provides version information about the current build.
# Functions
ChDir changes the current working directory to the given path and returns the previous working directory.
NewErr returns a new error object with the given message appending the file name and line number of the caller.
NewGistInfo creates a new GistInfo instance from the given input.
NewGisty returns a new instance of Gisty.
No description provided by the author
SanitizeGistID removes non-alphanumeric characters from gistID.
WrapIfErr returns nil if err is nil.
# Constants
DummyID is the ID of the dummy gist used in the example of the test.
No description provided by the author
# Variables
AppendErrPos is a flag to disable the file name and line number of the caller from the error message.
DummyComment is the dummy comment used in the example of the test.
# Structs
AltFunc is a set of alternative functions to be used in the commands.
No description provided by the author
Comment is a struct for the comment node in the GraphQL response.
CreateArgs are the arguments for the Create function.
GistInfo holds information about a gist.
Gisty is the main struct of this package.
ListArgs are the arguments/options to the List function.
UpdateArgs are the arguments for the Update function.