Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed imports to work with current source code... #13

Closed
wants to merge 1 commit into from

Conversation

robertvalik
Copy link

This fixed issue #8 for me - after go build everything seems to work... I don't know if this is a correct approach, sorry if not :-)

@UclCommander
Copy link
Collaborator

Go Modules is probably the solution to this. I'll be looking into adding that soon™. Changing imports to paths like this is dependent on where source is on the system. I'd rather not do that

@robertvalik robertvalik deleted the ImportFix branch February 27, 2019 12:33
@robertvalik
Copy link
Author

I am quite not sure what you mean as the main.go uses similar relative-path imports. Those imports are included in the git project, they are not external modules so relative path shoud not change (unless some refactoring cames along). Would you, please, elaborate more? I am trying to understand the correct approach... :-) Thank you very much.

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

Successfully merging this pull request may close these issues.

2 participants