data

package
v0.0.0-...-075f0a8 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2021 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Script = EmbedFs{
		Fs:  scriptFs,
		Dir: "script",
	}

	Proto = EmbedFs{
		Fs:  protoFs,
		Dir: "proto",
	}

	Setting = EmbedFs{
		Fs:  settingFs,
		Dir: "setting",
	}

	//go:embed message/install_compiler.txt
	MsgInstallProtoc string
	//go:embed message/setup_windows.txt
	MsgWinSetup string
	//go:embed message/setup_linux.txt
	MsgLinuxSetup string
)

Functions

This section is empty.

Types

type EmbedFs

type EmbedFs struct {
	Fs  embed.FS
	Dir string
}

Jump to

Keyboard shortcuts

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