Documentation ¶
Index ¶
Constants ¶
View Source
const (
Version = "v0.0.4"
)
Variables ¶
This section is empty.
Functions ¶
func FormatJSON ¶ added in v0.0.2
FormatJSON returns the input as JSON string.
Types ¶
type JSONData ¶ added in v0.0.2
type JSONData struct { URL string `json:"URL,omitempty"` JSEvaluation string `json:"JSEvaluation,omitempty"` Error string `json:"Error,omitempty"` }
JSONData.
Click to show internal directories.
Click to hide internal directories.