package
2.1.0+incompatible
Repository: https://github.com/x1unix/go-playground.git
Documentation: pkg.go.dev

# 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
No description provided by the author
SplitFileSet splits string that contains source for multiple files in Go playground format.
ValidateBackend validates Go Playground backend name.
No description provided by the author

# 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.
FileSet is a helper to construct a Go playground request from multiple Go files.
FmtResponse is the response returned from upstream play.golang.org/fmt request.
No description provided by the author
Snippet represents shared snippet.
No description provided by the author

# Type aliases

No description provided by the author