common

package
v0.7.10 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 License: MIT Imports: 0 Imported by: 0

README

Common - why this little package

This package exists for the sole purpose of removing linking errors in Go-FTL. These errors are cause by loops when a topological sort is used on the dependencies in the link process. Items are moved to this package so that they can be successfully shared between different packages. This package should have no outside imports.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NameValueFrom

type NameValueFrom struct {
	Name      string
	Value     string
	From      string
	ParamType string
	UsedAt    int    // if 0, not used
	UsedFile  string // file where used, last used.
}

Jump to

Keyboard shortcuts

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