examples

package
v0.4.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Examples = []Example{
		{
			Title:   "JSON Example",
			Content: jsonExample,
		},
		{
			Title:   "Github API Response",
			Content: getTheLatestRelease,
		},
		{
			Title:   "package.json",
			Content: packageJSON,
		},
	}
)

Functions

This section is empty.

Types

type Example

type Example struct {
	Title   string `json:"title"`
	Content string `json:"content"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL