Skip to content

aedeploy: imported packages must have a . in the import path #29

@broady

Description

@broady

Consider the following file structure:

GOPATH
    src
        foo
            bar // package main
                main.go
                app.yaml
            baz // package baz
                baz.go

aedeploy won't include package "foo/baz" imported by main.go because it doesn't contain a . in the path name.

for _, v := range pkg.Imports {
if !strings.Contains(v, ".") {
continue
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions