Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

fix not resolving go module major versions #385

Merged
merged 1 commit into from
Jan 20, 2020
Merged

fix not resolving go module major versions #385

merged 1 commit into from
Jan 20, 2020

Commits on Jan 14, 2020

  1. fix not resolving go module major versions

    This change now makes use of go list to check for package names. This
    tool is module aware and allows for better named imports.
    
    To test this change I needed to also add a small package to our mod
    file. To keep this import from disappearing from go.mod I made use
    of the tools file strategy.
    
    Note this change will change the import names in generated code. This
    should not be a breaking change in user code.
    
    Fixes #326
    codyoss committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    9ff4145 View commit details
    Browse the repository at this point in the history