toolsgolang.org/x/tools/godoc/static Index | Files

package static

import "golang.org/x/tools/godoc/static"

Package static exports a map of static file content that supports the godoc user interface. The map should be used with the mapfs package, see golang.org/x/tools/godoc/vfs/mapfs.

Index

Variables

var Files = map[string]string{
	"analysis/call3.png": "" /* 49138 byte string literal not displayed */,

	"analysis/call-eg.png": "" /* 33714 byte string literal not displayed */,

	"analysis/callers1.png": "" /* 37811 byte string literal not displayed */,

	"analysis/callers2.png": "" /* 61430 byte string literal not displayed */,

	"analysis/chan1.png": "" /* 129729 byte string literal not displayed */,

	"analysis/chan2a.png": "" /* 56716 byte string literal not displayed */,

	"analysis/chan2b.png": "" /* 52985 byte string literal not displayed */,

	"analysis/error1.png": "" /* 39752 byte string literal not displayed */,

	"analysis/help.html": "" /* 14761 byte string literal not displayed */,

	"analysis/ident-def.png": "" /* 37966 byte string literal not displayed */,

	"analysis/ident-field.png": "" /* 35132 byte string literal not displayed */,

	"analysis/ident-func.png": "" /* 36801 byte string literal not displayed */,

	"analysis/ipcg-func.png": "" /* 32182 byte string literal not displayed */,

	"analysis/ipcg-pkg.png": "" /* 62326 byte string literal not displayed */,

	"analysis/typeinfo-pkg.png": "" /* 88303 byte string literal not displayed */,

	"analysis/typeinfo-src.png": "" /* 49418 byte string literal not displayed */,

	"callgraph.html": "" /* 919 byte string literal not displayed */,

	"dirlist.html": "" /* 949 byte string literal not displayed */,

	"error.html": "" /* 356 byte string literal not displayed */,

	"example.html": "" /* 1470 byte string literal not displayed */,

	"favicon.ico": "" /* 19248 byte string literal not displayed */,

	"godoc.html": "" /* 5112 byte string literal not displayed */,

	"godocs.js": "" /* 36882 byte string literal not displayed */,

	"gopher/pkg.png": "" /* 15925 byte string literal not displayed */,

	"images/minus.gif": "" /* 192 byte string literal not displayed */,

	"images/plus.gif": "" /* 198 byte string literal not displayed */,

	"images/treeview-black-line.gif": "" /* 3029 byte string literal not displayed */,

	"images/treeview-black.gif": "" /* 1144 byte string literal not displayed */,

	"images/treeview-default-line.gif": "" /* 2480 byte string literal not displayed */,

	"images/treeview-default.gif": "" /* 1138 byte string literal not displayed */,

	"images/treeview-gray-line.gif": "" /* 3029 byte string literal not displayed */,

	"images/treeview-gray.gif": "" /* 1190 byte string literal not displayed */,

	"implements.html": "" /* 499 byte string literal not displayed */,

	"jquery.js": "" /* 99535 byte string literal not displayed */,

	"jquery.treeview.css": "" /* 3710 byte string literal not displayed */,

	"jquery.treeview.edit.js": "" /* 2277 byte string literal not displayed */,

	"jquery.treeview.js": "" /* 13190 byte string literal not displayed */,

	"methodset.html": "" /* 504 byte string literal not displayed */,

	"package.html": "" /* 14399 byte string literal not displayed */,

	"packageroot.html": "" /* 10052 byte string literal not displayed */,

	"play.js": "" /* 6033 byte string literal not displayed */,

	"playground.js": "" /* 34126 byte string literal not displayed */,

	"search.html": "" /* 2325 byte string literal not displayed */,

	"searchcode.html": "" /* 2889 byte string literal not displayed */,

	"searchdoc.html": "" /* 1099 byte string literal not displayed */,

	"searchtxt.html": "" /* 1666 byte string literal not displayed */,

	"style.css": "" /* 22792 byte string literal not displayed */,
}

Functions

func Generate

func Generate() ([]byte, error)

Generate reads a set of files and returns a file buffer that declares a map of string constants containing contents of the input files.

Source Files

doc.go gen.go static.go

Version
v0.30.0 (latest)
Published
Feb 10, 2025
Platform
linux/amd64
Imports
5 packages
Last checked
5 hours ago

Tools for package owners.