Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

remove dot alias from test #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ledmonster
Copy link

When I run go mod tidy on my project, it raises a following error:

$ go mod tidy
...
        github.com/gvalkov/golang-evdev tested by                                                                                                                                                                 
        github.com/gvalkov/golang-evdev.test imports                                                                                                                                                              
        evdev: malformed module path "evdev": missing dot in first path element                            

I fixed it by changing dot import to absolute one.

@zonque
Copy link

zonque commented Mar 30, 2020

Does this work for you when you run go test? Open is unresolved then, so you would need to patch all the users in that file as well. But TBH, this test makes very little sense to me as it makes assumption on the input devices present on the machine the test runs on, so it's very likely to fail. I suppose this file should just be removed without replacement.

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

Successfully merging this pull request may close these issues.

2 participants