Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Model prelude #7

Open
pierwill opened this issue Sep 20, 2022 · 0 comments
Open

Model prelude #7

pierwill opened this issue Sep 20, 2022 · 0 comments

Comments

@pierwill
Copy link
Owner

var (
        // list of packages included in the prelude.
        // Packages must be listed in import order
        PreludeList = []string{
                "internal/boolean",
                "internal/location",
                "universe",
                "influxdata/influxdb",
        }
)

https://github.com/influxdata/flux/blob/642ca27e21081f7dfc7019ae3f8efdbe3615cfec/runtime/importer.go#L16-L21

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant