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

feat: support for Go modules to imports [needs unit test review] #1265

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Aug 7, 2022

  1. feat: support for Go modules to imports

    switchupcb authored and ldez committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    11165f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. resolve relative GOPATH

    switchupcb committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    6f296d9 View commit details
    Browse the repository at this point in the history
  2. revert absolute import path resolution

    switchupcb committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    2dae3c2 View commit details
    Browse the repository at this point in the history
  3. add GOCACHE to go env

    switchupcb committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    657705d View commit details
    Browse the repository at this point in the history
  4. update error message for failed import

    switchupcb committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    7151428 View commit details
    Browse the repository at this point in the history