UUID argument mismatch · Issue #31 · wagoodman/dive (original) (raw)

@wagoodman

Description

@wagoodman

Ran an into an issue when doing go get with 1.11.1 and GO111MODULE=on

../go/pkg/mod/github.com/wagoodman/jotframe@v0.0.0-20181017221740-d1b8b127e398/line.go🔞16: not enough arguments in call to uuid.Must

have (uuid.UUID)
want (uuid.UUID, error)

# [github.com/wagoodman/dive/filetree](https://github.com/wagoodman/dive/filetree)

../go/pkg/mod/github.com/wagoodman/dive@v0.0.5/filetree/tree.go:37:21: not enough arguments in call to uuid.Must

have (uuid.UUID)
want (uuid.UUID, error)

Metadata

Metadata

Development

No branches or pull requests

Issue actions