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

Make tools re-compiling warnings scoped by toolsGopath #1589

Merged
merged 3 commits into from
Mar 28, 2019
Merged

Make tools re-compiling warnings scoped by toolsGopath #1589

merged 3 commits into from
Mar 28, 2019

Commits on Mar 25, 2019

  1. Make tools re-compiling warnings scoped by toolsGopath

    When switching between workspaces with different goroot and toolsGopath
    settings, the editor is suggesting that re-compiling tools is required
    because the GOROOT state is global and not toolsGopath-aware.
    
    This makes the global context a map keyed on toolsGopath.
    FiloSottile authored and Vlad Barosan committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    e92637b View commit details
    Browse the repository at this point in the history
  2. Apply pascal case to interface name

    FiloSottile authored and Vlad Barosan committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    5045ded View commit details
    Browse the repository at this point in the history
  3. Minor fixes

    Vlad Barosan committed Mar 25, 2019
    Configuration menu
    Copy the full SHA
    d9fce63 View commit details
    Browse the repository at this point in the history