assets

package
v0.0.0-...-21c3dfe Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package assets contains static assets for the website

Index

Constants

This section is empty.

Variables

View Source
var Assets embed.FS

Assets embeds the assets into the go binary.

View Source
var Index = func() []byte {
	data, err := Assets.ReadFile("index.html")
	if err != nil {
		panic(err)
	}
	return data
}()

Index is the embedded index page.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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