goruntime

package
v0.43.5 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Files = func() fs.FS {
	cmd := exec.Command("git", "rev-parse", "--show-toplevel")
	out, err := cmd.CombinedOutput()
	if err != nil {
		panic(err)
	}
	dir := filepath.Join(strings.TrimSpace(string(out)), "go-runtime", "scaffolding")
	return os.DirFS(dir)
}()

Files is the FTL Go runtime scaffolding files.

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
Package compile compiles FTL Go module source into a deployable executable.
Package compile compiles FTL Go module source into a deployable executable.
sdk
kvstore
Package kvstore provides a generic key-value store.
Package kvstore provides a generic key-value store.

Jump to

Keyboard shortcuts

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