Skip to content

Functions in the same module are not automatically imported #473

@Jengro777

Description

@Jengro777

banner.v

module main

pub fn banner() {

	println(':: v-admin' )
}

main.v

module main

fn main() {
	banner()
}

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions