# Functions
IsCompileError checks if error is CompileFailedError.
IsHTTPError checks if passed error is HTTPError.
NewClient returns new Go playground client.
NewDefaultClient returns Go Playground client with defaults.
No description provided by the author
ValidateBackend validates Go Playground backend name.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MaxSnippetSize value taken from https://github.com/golang/playground/blob/master/app/goplay/share.go.
# Variables
ErrSnippetNotFound is snippet not found error.
# Structs
Client is Go Playground API client.
CompileEvent represents individual event record in CompileResponse.
CompileFailedError is build error.
No description provided by the author
CompileResponse is the response returned from upstream play.golang.org/compile request.
FmtResponse is the response returned from upstream play.golang.org/fmt request.
No description provided by the author
Snippet represents shared snippet.
# Type aliases
No description provided by the author